fix: 优惠券调整

This commit is contained in:
2025-09-22 14:41:59 +08:00
parent 4934f20446
commit 2eae21d962
5 changed files with 319 additions and 242 deletions

View File

@@ -233,6 +233,7 @@ export const useCartsStore = defineStore("carts", () => {
const coupons = ref<BackendCoupon[]>([]);
function setCoupons(cps: BackendCoupon[]) {
console.log('setCoupons', cps);
coupons.value = cps;
}
// 优惠券列表