完善功能

This commit is contained in:
wangxiaowei
2025-12-11 01:50:58 +08:00
parent 6cba10eb94
commit d77dbb20f3
7 changed files with 51 additions and 34 deletions

View File

@ -730,11 +730,6 @@
}
},
// 选择会员卡
selectCard() {
this.balance = 200; // 模拟选择会员卡后的余额
},
// 确认选择
confirmCard() {
if (this.userBalance['balance' + this.currentType] <= 0) {