Commit 118a0dac authored by youjie's avatar youjie

no message

parent 05e2713e
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
</view> </view>
</view> </view>
<view class="row-sbs-n"> <view class="row-sbs-n">
<view v-if="msg.StepNum<4&&!loading" class="signAconNext signAconNextL col" @click="Prev(3)"> <view v-if="msg.StepNum<5&&!loading" class="signAconNext signAconNextL col" @click="Prev(3)">
上一步 上一步
</view> </view>
<view class="signAconNext col" <view class="signAconNext col"
...@@ -478,9 +478,9 @@ export default { ...@@ -478,9 +478,9 @@ export default {
msg = '银行账户变更' msg = '银行账户变更'
} }
}else if(type==4){ }else if(type==4){
// if(this.msg.Tourists_Sign!=this.oldMsg.Tourists_Sign){ if(this.isSign){
// msg = '签字确认变更' msg = '签字确认变更'
// } }
} }
return msg return msg
}, },
...@@ -521,9 +521,9 @@ export default { ...@@ -521,9 +521,9 @@ export default {
msg = '请输入银行账户' msg = '请输入银行账户'
} }
}else if(type==4){ }else if(type==4){
// if(this.msg.Tourists_Sign==''){ if(!this.isSign){
// msg = '请仔细阅读条款,并签字确认' msg = '请仔细阅读条款,并签字确认'
// } }
} }
return msg return msg
}, },
...@@ -576,7 +576,7 @@ export default { ...@@ -576,7 +576,7 @@ export default {
uni.hideLoading() uni.hideLoading()
this.loading = false this.loading = false
this.msg.StepNum = type this.msg.StepNum = type
if(this.msg.StepNum==4){ if(this.msg.StepNum==5){
this.msg.ContractId = res.data.ContractId this.msg.ContractId = res.data.ContractId
this.goWebUrl(2) this.goWebUrl(2)
} }
......
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