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

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);
},
},

View File

@@ -51,8 +51,7 @@ export default {
async init() {
const res = await $getPayType();
this.list = res.filter(v=>v.isDisplay);
console.log(res[0]);
this.sel = this.sel ? this.sel : res[0].payType;
this.sel = this.sel ? this.sel : 'scanCode';
},
},
mounted() {