浏览代码

救援订单

twt 1 年之前
父节点
当前提交
c72c93f93e
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 1 0
      pages/rescue/rescueOrder.vue
  2. 2 2
      pages/rescue/rescueOrderDetail.vue

+ 1 - 0
pages/rescue/rescueOrder.vue

@@ -331,6 +331,7 @@
 			},
 			bindPickerChange(e){
 				console.log(e)
+				this.page=1
 				this.shopName=this.pickerarray[e.detail.value].shopName
 				this.shopId=this.pickerarray[e.detail.value].id;
 				this.getData();

+ 2 - 2
pages/rescue/rescueOrderDetail.vue

@@ -107,7 +107,7 @@
 			</view>
 			<view class="informationLine">
 				<view class="informationTxt">下单人:</view>
-				<view class="informationNum" >{{orderData.openUser.nickName|| '未知'}} / {{orderData.openUser.mobilePhone}}<span class="callPhone" @click="callPhone(orderData.openUser.mobilePhone)">拨号</span> </view>
+				<view class="informationNum" ><span v-if="orderData.openUser.nickName">{{orderData.openUser.nickName|| '未知'}} /</span>{{orderData.openUser.mobilePhone}}<span class="callPhone" @click="callPhone(orderData.openUser.mobilePhone)">拨号</span> </view>
 			</view>
 			<!-- <view class="informationLine">
 				<view class="informationTxt">会员信息:</view>
@@ -1203,7 +1203,7 @@
 	.informationNum {
 		color: #333333;
 		font-size: 26rpx;
-		width: 500rpx;
+		width: 470rpx;
 	}
 
 	.codeCopy {