|
|
@@ -64,11 +64,11 @@
|
|
|
<image class="serviceProfile" :src="currService.avatar || '/static/ud4.png'"></image>
|
|
|
<view class="flex-col justify-end serviceInfo-rigth ">
|
|
|
<view class="flex-row justify-between ">
|
|
|
- <view class="flex-col">
|
|
|
+ <view>
|
|
|
<view class="flex-col justify-center ">
|
|
|
<text class="servicename">{{currService.serviceObjectName}}</text>
|
|
|
</view>
|
|
|
- <view class="flex-col justify-center ">
|
|
|
+ <view class="">
|
|
|
<text v-if="currService.isVip" class="biaoqian">会员客户</text>
|
|
|
<text v-else class="biaoqian">现金客户</text>
|
|
|
</view>
|
|
|
@@ -95,6 +95,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex-col orderMsg">
|
|
|
+
|
|
|
<view class="flex-row">
|
|
|
<u-icon name="/static/index/quhao.png" size="20"></u-icon>
|
|
|
<text class="key">排号:</text>
|