twt 1 year ago
parent
commit
4d4a2b22d8
1 changed files with 3 additions and 2 deletions
  1. 3 2
      pages/subPack/rescueOrderOrderDetail.vue

+ 3 - 2
pages/subPack/rescueOrderOrderDetail.vue

@@ -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;