Commit 118a0dac authored by youjie's avatar youjie

no message

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