diff --git a/src/views/tool/Instead/index.vue b/src/views/tool/Instead/index.vue index f597e7e..697efd2 100644 --- a/src/views/tool/Instead/index.vue +++ b/src/views/tool/Instead/index.vue @@ -1648,6 +1648,14 @@ export default { this.getCart(); this.getCacheOrder(); console.log(this.isCreateOrder) + if (!this.shopInfo.isTableFee && this.table.tableId&&this.perpole>0) { + //不免餐位费 + await $choseCount({ + masterId: this.masterId, + tableId: this.table.tableId, + num: this.perpole, + }); + } if (this.isCreateOrder) { this.toCreateOrder(true); } @@ -2765,14 +2773,7 @@ export default { } - if (!this.shopInfo.isTableFee && item&&this.perpole>0) { - //不免餐位费 - await $choseCount({ - masterId: this.masterId, - tableId: this.table.tableId, - num: this.perpole, - }); - } + // this.getCart(); // this.getGoods();