|
@@ -124,7 +124,7 @@
|
|
|
</view>
|
|
|
<view class="informationLine">
|
|
|
<view class="informationTxt">下单人:</view>
|
|
|
- <view class="informationNum" >{{orderData.openUser.nickName|| '未知'}}/{{orderData.openUser.mobilePhone}}</view>
|
|
|
+ <view class="informationNum" >{{orderData.openShopHelpSheet.customerName|| '未知'}}/{{orderData.openUser.mobilePhone}}</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="informationLine" v-if="orderData.openShopHelpSheet.confirmTime">
|
|
@@ -1214,11 +1214,12 @@ color: #764D49;font-size: 26rpx;padding-top:20rpx;
|
|
|
.informationNum {
|
|
|
color: #333333;
|
|
|
font-size: 26rpx;
|
|
|
- width: 500rpx;
|
|
|
+ width: 470rpx;
|
|
|
}
|
|
|
.informationNum2{
|
|
|
color: #333333;
|
|
|
font-size: 26rpx;
|
|
|
+
|
|
|
}
|
|
|
.codeCopy {
|
|
|
width: 77rpx;
|