代客下单修改先付费页面逻辑样式

This commit is contained in:
2024-09-27 09:39:25 +08:00
parent a210389439
commit 60bc61d40f
5 changed files with 225 additions and 86 deletions

View File

@@ -151,9 +151,9 @@ export default {
this.$emit("changeOrderNumber", this.index, isReduce);
},
itemClick() {
if(this.isSeatFee){
return
}
// if(this.isSeatFee){
// return
// }
this.$emit("itemClick", this.index,this.canChangeNumber,this.placeNum);
},
},