代客下单修复不必要的选择人数请求
This commit is contained in:
@@ -2765,7 +2765,7 @@ export default {
|
||||
if (this.key == "isPayOrder") {
|
||||
this.toCreateOrder(true);
|
||||
}
|
||||
if (!this.shopInfo.isTableFee && item&&this.perpole) {
|
||||
if (!this.shopInfo.isTableFee && item&&this.perpole>0) {
|
||||
//不免餐位费
|
||||
await $choseCount({
|
||||
masterId: this.masterId,
|
||||
|
||||
Reference in New Issue
Block a user