Commit ad30fdbc authored by youjie's avatar youjie

修复bug

parent 43e4c9cf
...@@ -855,8 +855,8 @@ ...@@ -855,8 +855,8 @@
|| !this.orderMsg.ManNum || !this.orderMsg.ManNum
|| this.orderMsg.ManNum <= 0) { || this.orderMsg.ManNum <= 0) {
msg = '请输入至少 1 个成人人数' msg = '请输入至少 1 个成人人数'
}else if (this.orderMsg.peoples>this.orderMsg.PeopleNum) { }else if (this.orderMsg.peoples>this.orderMsg.TotalPeopl) {
msg = `总人数不能大于${this.orderMsg.PeopleNum}` msg = `总人数不能大于${this.orderMsg.TotalPeopl}`
} }
return msg return msg
}, },
......
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