点餐页面限时折扣回显问题修复
This commit is contained in:
@@ -319,6 +319,9 @@ export const useCartsStore = defineStore("cart", () => {
|
||||
//购物车商品信息补全初始化
|
||||
function cartsGoodsInfoInit(arr) {
|
||||
console.log('cartsGoodsInfoInit', arr)
|
||||
if(oldOrder.value&&oldOrder.value.status=='done'){
|
||||
return ''
|
||||
}
|
||||
carts.value = arr
|
||||
.map((v) => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user