zhangdan 4 years ago
parent
commit
629189235b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/order/hisOrderDetail.vue

+ 1 - 1
pages/order/hisOrderDetail.vue

@@ -20,7 +20,7 @@
 			<view class="info-main flex flex_column">
 			<view class="info-main flex flex_column">
 				<view class="flex flex_1 align_center">
 				<view class="flex flex_1 align_center">
 					<view class="new-left">
 					<view class="new-left">
-						{{orderInfo.contactAddress +(orderInfo.houseAddress||'')}}
+						{{orderInfo.contactAddress?orderInfo.contactAddress:'' +(orderInfo.houseAddress||'')}}
 					</view>
 					</view>
 				</view>
 				</view>
 				<view class="time flex align_center justify_between">
 				<view class="time flex align_center justify_between">