Commit 08104717 authored by youjie's avatar youjie

no message

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