增加分销页面,订单增加会员折扣

This commit is contained in:
2025-10-25 16:31:38 +08:00
parent 26532150b5
commit 845d9f7b40
39 changed files with 5988 additions and 43 deletions

View File

@@ -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,
}));
// 营销活动列表