Commit 08104717 authored by youjie's avatar youjie

no message

parent e5c7b7ce
......@@ -416,17 +416,21 @@ export default {
},
saveData(){
let msg = ''
if(this.params.type==1) msg = this.VerificationBusList()
else if(this.params.type==2) msg = this.VerificationHotel()
else if(this.params.type==3) msg = this.VerificationDining()
else if(this.params.type==4) msg = this.VerificationScenic()
// if(this.params.type==1) msg = this.VerificationBusList()
// else if(this.params.type==2) msg = this.VerificationHotel()
// else if(this.params.type==3) msg = this.VerificationDining()
// else if(this.params.type==4) msg = this.VerificationScenic()
if(msg=='') msg = this.VerificationBusList()
if(msg=='') msg = this.VerificationHotel()
if(msg=='') msg = this.VerificationDining()
if(msg=='') msg = this.VerificationScenic()
if(msg) {
return uni.showToast({
title: msg,
icon: "none",
})
}
console.log(this.params.BusList,'-----')
// console.log(this.params,'-----')
if(this.loading) return
this.loading = true
uni.showLoading()
......
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