Compare commits
No commits in common. "86c7a4032a5255177059c97e52d424612fb4285c" and "7ac0ccd3c1da292a4978dc11b6f751aecc0ec828" have entirely different histories.
86c7a4032a
...
7ac0ccd3c1
|
|
@ -127,17 +127,14 @@ export default {
|
||||||
this.isSubmit=true
|
this.isSubmit=true
|
||||||
if(this.canteenId==""){
|
if(this.canteenId==""){
|
||||||
uni.$u.toast('请选择食堂')
|
uni.$u.toast('请选择食堂')
|
||||||
this.isSubmit=false
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if(this.stallId==""){
|
if(this.stallId==""){
|
||||||
uni.$u.toast('请选择档口')
|
uni.$u.toast('请选择档口')
|
||||||
this.isSubmit=false
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if(this.comment==""){
|
if(this.comment==""){
|
||||||
uni.$u.toast('请认真填写建议')
|
uni.$u.toast('请认真填写建议')
|
||||||
this.isSubmit=false
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
let param = {
|
let param = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue