修改订单详情价格展示
This commit is contained in:
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user