wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
d1b09054d7dcb2c4ae6a2ec26775691d00479035
Authored by
yvan.ni
2019-11-12 17:40:46 +0800
1 parent
4a347c82
收货地址的图片显示
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/address_list/address_list.wxml
pages/user/address_list/address_list.wxml
View file @
d1b0905
...
...
@@ -63,7 +63,7 @@
63
63
64
64
<!-- 编辑地址图片 -->
65
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
67
</view>
68
68
</view>
69
69
...
...