|
@@ -125,8 +125,9 @@
|
|
|
|
|
|
<view class="informationLine">
|
|
|
<view class="informationTxt">下单人手机:</view>
|
|
|
- <view class="informationNum" > <span v-if="orderData.openShopHelpSheet.customerName">{{orderData.openShopHelpSheet.customerName|| '未知'}}/</span> {{orderData.openUser.mobilePhone}}</view>
|
|
|
- </view>
|
|
|
+ <!-- <view class="informationNum" > <span v-if="orderData.customerInfo.customerName">{{orderData.customerInfo.customerName|| '未知'}}/</span> {{orderData.openUser.mobilePhone}}</view> -->
|
|
|
+ <view class="informationNum" > <span v-if="orderData.openShopHelpSheet.customerName">{{orderData.openShopHelpSheet.customerName|| '未知'}}/</span> {{orderData.openUser.mobilePhone}}</view>
|
|
|
+ </view>
|
|
|
|
|
|
<view class="informationLine" v-if="orderData.openShopHelpSheet.confirmTime">
|
|
|
<view class="informationTxt">确认时间:</view>
|