李书文 1 anno fa
parent
commit
f7c31f76b9
1 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  1. 9 9
      pages/market/one/leader/handle.vue

+ 9 - 9
pages/market/one/leader/handle.vue

@@ -9,9 +9,9 @@
 				</u-steps>
 			</view>
 			<view class="box order_detail">
-				<view class="item ctt">互助委托书</view>
-				<view class="item desc">
-					边民 杨镇生(身份证号:4509231***12)委托代理边民互市(进口/入境)商品交易(进口/入境)商品交易信息如下:
+				<view v-if="current == 1">
+					<view class="item ctt">互助委托书</view>
+					<view class="item desc">边民 杨镇生(身份证号:4509231***12)委托代理边民互市(进口/入境)商品交易(进口/入境)商品交易信息如下:</view>
 				</view>
 				<view class="item">
 					<text class="label">订单编号</text>
@@ -45,7 +45,7 @@
 export default {
 	data() {
 		return {
-			current: 1,
+			current: 0,
 			item: {}
 		};
 	},
@@ -81,14 +81,14 @@ export default {
 								if (res.xxx == 1) {
 									this.current = 1;
 									uni.setNavigationBarTitle({
-										title:'互助委托确认'
-									})
+										title: '互助委托确认'
+									});
 								}
 								if (res.xxx == 2) {
 									this.current = 2;
 									uni.setNavigationBarTitle({
-										title:'进口申报确认'
-									})
+										title: '进口申报确认'
+									});
 								}
 							}
 						});
@@ -104,7 +104,7 @@ export default {
 page {
 	background-color: $pg;
 }
-.ctt{
+.ctt {
 	text-align: center;
 	font-weight: bold;
 }