完善功能
This commit is contained in:
@ -730,11 +730,6 @@
|
||||
}
|
||||
},
|
||||
|
||||
// 选择会员卡
|
||||
selectCard() {
|
||||
this.balance = 200; // 模拟选择会员卡后的余额
|
||||
},
|
||||
|
||||
// 确认选择
|
||||
confirmCard() {
|
||||
if (this.userBalance['balance' + this.currentType] <= 0) {
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user