Commit 267bcc6a authored by Facius's avatar Facius

Merge branch 'dev-1.5.3' into test

parents d428c431 672ff1fd
......@@ -43,7 +43,7 @@
<view class="between-cell address-cell">
<view class="left-address">
<u-icon name="map" size="28"></u-icon>
<text class="address-txt">{{ order.customerAddress }}</text>
<text class="address-txt">{{ order.customerAddress || '' }}</text>
</view>
<image
v-if="showOperate"
......
......@@ -45,7 +45,7 @@
:src="dizhiImage"
mode="widthFix"
></image>
<text>{{ orderData.customerAddress }}</text>
<text>{{ orderData.customerAddress || '' }}</text>
</view>
<view v-if="showDistance" class="address-right-view">
{{ orderDistance }}km
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment