增加分销页面,订单增加会员折扣
This commit is contained in:
@@ -27,6 +27,8 @@ export const useCartsStore = defineStore("cart", () => {
|
||||
isTableFee: 1,
|
||||
}
|
||||
);
|
||||
//用户信息
|
||||
const shopUserInfo = ref(uni.cache.get("shopUserInfo") || {});
|
||||
|
||||
const consumeDiscount = ref({});
|
||||
|
||||
@@ -176,6 +178,7 @@ export const useCartsStore = defineStore("cart", () => {
|
||||
isFreeDine: isFreeDine.value,
|
||||
freeDineConfig: freeDineConfig.value,
|
||||
limitTimeDiscount: limitTimeDiscount.value,
|
||||
shopUserInfo: shopUserInfo.value,
|
||||
}));
|
||||
|
||||
// 营销活动列表
|
||||
|
||||
Reference in New Issue
Block a user