twt il y a 1 an
Parent
commit
211af94aa0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      pages/user/historyDetail.vue

+ 2 - 2
pages/user/historyDetail.vue

@@ -111,11 +111,11 @@
 				</view>
 				<view class="informationLine">
 					<view class="informationTxt">服务顾问</view>
-					<view class="informationNum">{{orderData.billsheet.PickName}}</view>
+					<view class="informationNum" v-if="orderData.billsheet.PickName">{{orderData.billsheet.PickName}}</view>
 				</view>
 				<view class="informationLine">
 					<view class="informationTxt">技师</view>
-					<view class="informationNum">{{orderData.billsheet.workNames}}</view>
+					<view class="informationNum" v-if="orderData.billsheet.workNames">{{orderData.billsheet.workNames}}</view>
 				</view>
 				<!-- <view class="informationLine">
 					<view class="informationTxt">手机号:</view>