Commit 34fb72bd authored by youjie's avatar youjie

no message

parent b13484e5
......@@ -270,9 +270,10 @@
<view v-if="msg.StepNum<4&&!loading" class="signAconNext signAconNextL col" @click="Prev(2)">
上一步
</view>
<!--
<view class="signAconNext col active" @click="Next(4)">
下一步
</view>
</view>-->
<!--
<view class="signAconNext col"
:class="[msg.StepNum==4||loading?'':'active']" @click="Next(4)">
......@@ -586,12 +587,12 @@ export default {
console.log(res,'--------提交')
uni.hideLoading()
this.loading = false
if(type<5)this.msg.StepNum = type
if(type==4){
if(type==4&&this.msg.Tourists_Sign) this.msg.StepNum = 4
else if(type<4)this.msg.StepNum = type
else if(type==4&&this.msg.Tourists_Sign==''){
this.msg.ContractId = res.data.ContractId
this.goWebUrl(2)
}
if(type==5){
}else if(type==5){
uni.redirectTo({
url: `/pages/bigredrnvelope/list`
})
......@@ -682,7 +683,7 @@ export default {
this.msg.StepNum = 4
}else this.msg.StepNum = 0
if(this.IsRenewalContract==1) this.msg.ContractId = 0
// if(this.IsRenewalContract==1) this.msg.ContractId = 0
if(this.ContractId) {
this.msg.ContractId = this.ContractId
let ContractList = data.ContractList.filter(x=>{
......
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