|
@@ -9,9 +9,9 @@
|
|
</u-steps>
|
|
</u-steps>
|
|
</view>
|
|
</view>
|
|
<view class="box order_detail">
|
|
<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>
|
|
<view class="item">
|
|
<view class="item">
|
|
<text class="label">订单编号</text>
|
|
<text class="label">订单编号</text>
|
|
@@ -45,7 +45,7 @@
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- current: 1,
|
|
|
|
|
|
+ current: 0,
|
|
item: {}
|
|
item: {}
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -81,14 +81,14 @@ export default {
|
|
if (res.xxx == 1) {
|
|
if (res.xxx == 1) {
|
|
this.current = 1;
|
|
this.current = 1;
|
|
uni.setNavigationBarTitle({
|
|
uni.setNavigationBarTitle({
|
|
- title:'互助委托确认'
|
|
|
|
- })
|
|
|
|
|
|
+ title: '互助委托确认'
|
|
|
|
+ });
|
|
}
|
|
}
|
|
if (res.xxx == 2) {
|
|
if (res.xxx == 2) {
|
|
this.current = 2;
|
|
this.current = 2;
|
|
uni.setNavigationBarTitle({
|
|
uni.setNavigationBarTitle({
|
|
- title:'进口申报确认'
|
|
|
|
- })
|
|
|
|
|
|
+ title: '进口申报确认'
|
|
|
|
+ });
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -104,7 +104,7 @@ export default {
|
|
page {
|
|
page {
|
|
background-color: $pg;
|
|
background-color: $pg;
|
|
}
|
|
}
|
|
-.ctt{
|
|
|
|
|
|
+.ctt {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
}
|
|
}
|