套餐等级

This commit is contained in:
曹磊 2024-08-12 21:28:03 +08:00
parent 3171ae1cce
commit 055ed63de7
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<view class="margin-right-xs u-skeleton-fillet head-title">
{{orderXm.title}}
</view>
<image style="width:100rpx; height:38rpx;" :src="order.technicianType=='3'?'../../static/vip/grade1.gif':order.technicianType=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'" mode=""></image>
<image style="width:100rpx; height:38rpx;" :src="orderXm.level=='3'?'../../static/vip/grade1.gif':orderXm.level=='4'?'../../static/vip/grade2.gif':'../../static/vip/grade3.gif'" mode=""></image>
</view>
<view class="flex align-center">
<view style="width: 100%;">
@ -984,6 +984,7 @@
this.loading = false
uni.hideLoading()
this.order = res.data
console.log(this.order);
let aliphone = this.$queue.getData('aliphone');
if (aliphone === '是' && this.order.artificer) {
this.ysPhone(this.order.phone, this.order.artificer.phone);