修改订单详情价格展示

This commit is contained in:
2024-11-22 16:56:51 +08:00
parent 70933ce1e4
commit 75161519f2
2 changed files with 27 additions and 15 deletions

View File

@@ -91,7 +91,7 @@
<text class="u-m-l-10 no-wrap">{{item.payName}}</text>
</view>
<view class="u-flex color-999 u-font-24">
<view class="u-m-r-20" v-if="item.payType=='vipPay'&&user.id">
<view class="u-m-r-20" v-if="item.payType=='vipPay'&&user.id" @click.stop="chooseUser">
<view>
<text>会员</text>
<text class="u-m-r-4">{{user.telephone||user.nickName}}</text>
@@ -553,7 +553,7 @@
return infoBox.showToast(item.payName + '不可用')
}
pays.payTypes.selIndex = i
if (item.payType == 'vipPay') {
if (item.payType == 'vipPay'&&!user.value.id) {
chooseUser()
}
}