Commit b13484e5 authored by youjie's avatar youjie

no message

parent 397af10e
......@@ -488,7 +488,7 @@ export default {
} else if(this.msg.CardNum!=this.oldMsg.CardNum){
msg = '银行账户变更'
}
}else if(type==4){
}else if(type==5){
if(this.isSign){
msg = '签字确认变更'
}
......@@ -531,10 +531,10 @@ export default {
} else if(this.msg.CardNum==''){
msg = '请输入银行账户'
}
}else if(type==4){
// if(!this.isSign){
// msg = '请仔细阅读条款,并签字确认'
// }
}else if(type==5){
if(!this.msg.Tourists_Sign||this.msg.Tourists_Sign==''){
msg = '请仔细阅读条款,并签字确认'
}
}
return msg
},
......@@ -549,7 +549,7 @@ export default {
}
// if(this.msg.StepNum==4) return this.goWebUrl(1)
const oldData = this.newMsg(type)
// console.log(oldData,'--------',type,!oldData)
console.log(oldData,'--------',type,!oldData)
// return
if(oldData) this.setInfor(type)
else if(this.ContractId||type==5) this.setInfor(type)
......@@ -604,7 +604,6 @@ export default {
title:err.message,
icon:'none'
})
console.log(err,'--------')
})
},
goReserce(item){
......
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