Commit d1b09054d7dcb2c4ae6a2ec26775691d00479035
1 parent
4a347c82
收货地址的图片显示
Showing
1 changed file
with
1 additions
and
1 deletions
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 |