完善功能

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) {

View File

@ -105,7 +105,7 @@
<image style="width: 36rpx;height: 36rpx;margin-top: 4rpx;" src="@/static/icon/location2.png"
mode=""></image>
<view class="">
<view class="address-time">{{ venue.address }}</view>
<view class="address-time one-line-ellipsis" style="width:400rpx;"> {{ venue.address }}</view>
<!-- <view class="address-time">距您{{ venue.distance }}km</view> -->
</view>
</view>