fix: 优惠券调整
This commit is contained in:
@@ -233,6 +233,7 @@ export const useCartsStore = defineStore("carts", () => {
|
||||
|
||||
const coupons = ref<BackendCoupon[]>([]);
|
||||
function setCoupons(cps: BackendCoupon[]) {
|
||||
console.log('setCoupons', cps);
|
||||
coupons.value = cps;
|
||||
}
|
||||
// 优惠券列表
|
||||
|
||||
Reference in New Issue
Block a user