Commit ef251795 authored by youjie's avatar youjie

优化 签证 首单

parent 5af38f54
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
</view> </view>
</view> </view>
<view v-if="stepNumber==0" class="jz_LineDetaSC"> <view v-if="stepNumber==0&&couponList.length>0" class="jz_LineDetaSC">
<view class="jz_LineDetaSCL"> <view class="jz_LineDetaSCL">
<view class="jz_LineDetaSCLDl"> <view class="jz_LineDetaSCLDl">
<view>¥</view> <view>¥</view>
...@@ -160,7 +160,7 @@ ...@@ -160,7 +160,7 @@
</view> </view>
</view> </view>
<view class="jz_LineDetaQTS" v-if="stepNumber==0"> <view class="jz_LineDetaQTS" v-if="stepNumber==0&&couponList.length>0">
<img class="jz_LineDetaQTSImg" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638732463534129379.png" /> <img class="jz_LineDetaQTSImg" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Upload/Goods/638732463534129379.png" />
<view class="jz_LineDetaQTSText"> <view class="jz_LineDetaQTSText">
<view>完成首单,即可获得</view> <view>完成首单,即可获得</view>
......
...@@ -884,6 +884,8 @@ ...@@ -884,6 +884,8 @@
this.orderMsg.ReceiverProvince = this.provinceList[i].Name this.orderMsg.ReceiverProvince = this.provinceList[i].Name
this.orderMsg.ReceiverProvinceId = this.provinceList[i].ID this.orderMsg.ReceiverProvinceId = this.provinceList[i].ID
this.optionsTitle[2] = this.provinceList[i].Name this.optionsTitle[2] = this.provinceList[i].Name
this.orderMsg.ReceiverCity = ''
this.optionsTitle[3] = ''
this.getCity() this.getCity()
} }
if(type == 4){ if(type == 4){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment