Commit b13484e5 authored by youjie's avatar youjie

no message

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