twt 1 year ago
parent
commit
8060cd23af
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages/index/confirmRescue.vue
  2. 1 1
      pages/subPack/rescueOrderOrderDetail.vue

+ 1 - 1
pages/index/confirmRescue.vue

@@ -211,7 +211,7 @@
 				this.isGoing=true;
 				this.$http('openShopHelpSheetOrder/submitOrder', {
 				  helpType:this.opt.type,
-				  customerName: this.customerName,
+				  //customerName: this.customerName,
 				  mobilePhone: this.mobilePhone,
 				  //orderItem: this.yuyueData.map(item => item.ID).join(),
 				  shopID: this.opt.shopId,

+ 1 - 1
pages/subPack/rescueOrderOrderDetail.vue

@@ -124,7 +124,7 @@
 			</view>
 			<view class="informationLine">
 				<view class="informationTxt">下单人:</view>
-				<view class="informationNum" >{{orderData.openShopHelpSheet.customerName|| '未知'}}/{{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">