确认订单更新

This commit is contained in:
2025-09-28 13:57:18 +08:00
parent 53dcd1f788
commit a8c2096096
7 changed files with 49 additions and 20 deletions

View File

@@ -72,7 +72,6 @@
isShow.value = res.isOrder
list.value = res.rechargeDetailList.filter(v=>v.amount>cartStore.orderCostSummary.finalPayAmount)
if(list.value.length){
sel.value=0
updateSel()
}
}
@@ -80,7 +79,6 @@
watch(()=>cartStore.orderCostSummary.finalPayAmount,(newval)=>{
list.value=$riginList.filter(v=>v.amount>newval)
if(list.value.length){
sel.value=0
updateSel()
}
})

View File

@@ -365,6 +365,7 @@
cartStore.setDinnerType(item.val)
// this.getchoseEatModel('tabClick', index, item);
}
cartStore.setDinnerType(tebtypeList[is_type.value].val)
// 操作优惠卷
const dataprocessing = (data) => {