Commit d1b09054d7dcb2c4ae6a2ec26775691d00479035

Authored by yvan.ni
1 parent 4a347c82

收货地址的图片显示

pages/user/address_list/address_list.wxml
@@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
63 63
64 <!-- 编辑地址图片 --> 64 <!-- 编辑地址图片 -->
65 <view class="edit" bindtap="editAddress" data-id="{{item.address_id}}"> 65 <view class="edit" bindtap="editAddress" data-id="{{item.address_id}}">
66 - <image src="../../../images/dpr.png"></image> 66 + <image src="{{iurl}}/miniapp/images/dpr.png"></image>
67 </view> 67 </view>
68 </view> 68 </view>
69 69