zhongtianhaoyuan 2 jaren geleden
bovenliggende
commit
b3d54ac741
4 gewijzigde bestanden met toevoegingen van 27 en 5 verwijderingen
  1. 5 3
      pages/goodSource/index.vue
  2. 21 1
      pages/news/newsSee.vue
  3. 1 1
      pages/public/register.vue
  4. BIN
      static/logo.png

+ 5 - 3
pages/goodSource/index.vue

@@ -79,7 +79,7 @@
 									<view v-if="carWeight(good)">{{carWeight(good)}}</view>
 								</view>
 								<view class="flex row">
-									<view class="row-tips">{{good.taskDescription}}</view>
+									<view class="row-tips" v-if="good.taskDescription">{{good.taskDescription}}</view>
 								</view>
 							</view>
 							<view class="right flex h-color">
@@ -271,7 +271,6 @@
 		methods: {
 			cargoOwner(_obj){
 				// uni.$u.route('/pages/order/evaluateList');
-				console.log("查看---------------",_obj)
 				uni.$u.route('/pages/goodSource/cargoOwnerSee',_obj)
 			},
 			mescrollInit(mescroll) {
@@ -441,12 +440,15 @@
 												var main = plus.android.runtimeMainActivity();
 												main.startActivity(intent); // 打开系统设置GPS服务页面
 											}
+											uni.hideLoading()
+										}else{
+											uni.hideLoading()
 										}
 									}
+									
 								});
 							}
 							uni.hideLoading()
-							
 						}
 					}
 				});

+ 21 - 1
pages/news/newsSee.vue

@@ -1,8 +1,28 @@
 <template>
+	<view class="center">
+		
+	</view>
 </template>
 
 <script>
+	export default{
+		data(){
+			return{
+				dataInfo:{},
+				
+			}
+		},
+		onLoad(options) {
+			this.dataInfo = JSON.parse(options._obj)
+		},
+		methods:{
+			
+		}
+	}
 </script>
 
-<style>
+<style lang="scss">
+	.center{
+		
+	}
 </style>

+ 1 - 1
pages/public/register.vue

@@ -33,7 +33,7 @@
 				style='color:#6A6A6A;margin-top:10px;font-size:30rpx;display:flex;justify-content:center;align-items: center;'>
 				<u--image @click='consent'
 					:src="consentStatus==true?'../../static/images/mine/duihao@2x.png':'../../static/images/mine/wxz.png'"
-					width="17px" height="17px"></u--image>
+					width="17px" height="17px" style="margin:0 10rpx"></u--image>
 				已阅读并同意
 				<navigator
 					url="/pages/sale/webview?can_share=false&url=https://liangxin.zthymaoyi.com/userAgreement.html"

BIN
static/logo.png