套餐等级
This commit is contained in:
parent
3171ae1cce
commit
055ed63de7
|
@ -13,7 +13,7 @@
|
||||||
<view class="margin-right-xs u-skeleton-fillet head-title">
|
<view class="margin-right-xs u-skeleton-fillet head-title">
|
||||||
{{orderXm.title}}
|
{{orderXm.title}}
|
||||||
</view>
|
</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>
|
||||||
<view class="flex align-center">
|
<view class="flex align-center">
|
||||||
<view style="width: 100%;">
|
<view style="width: 100%;">
|
||||||
|
@ -984,6 +984,7 @@
|
||||||
this.loading = false
|
this.loading = false
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
this.order = res.data
|
this.order = res.data
|
||||||
|
console.log(this.order);
|
||||||
let aliphone = this.$queue.getData('aliphone');
|
let aliphone = this.$queue.getData('aliphone');
|
||||||
if (aliphone === '是' && this.order.artificer) {
|
if (aliphone === '是' && this.order.artificer) {
|
||||||
this.ysPhone(this.order.phone, this.order.artificer.phone);
|
this.ysPhone(this.order.phone, this.order.artificer.phone);
|
||||||
|
|
Loading…
Reference in New Issue