feat:优惠券

This commit is contained in:
2026-06-15 14:20:38 +08:00
parent cac63ff675
commit 3523cc3a21
14 changed files with 688 additions and 1137 deletions
+2
View File
@@ -50,9 +50,11 @@ export default {
const res = await getAddress();
if (res && res.bizcode === 100) {
this.addressList = res.data;
console.log("我是秦星星addressList", this.addressList);
}
},
checkAddress(item) {
console.log("我是秦星星", item);
this.selectAddress = item;
this.$emit("valueFunc", item);
},