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
737356ca1287f95837ddce7f06689df8b3d6b6c0
Authored by
yvan.ni
2020-04-09 09:44:00 +0800
1 parent
dfc501a5
在线客户要有msg组件
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
pages/user/address_list/address_list.json
pages/user/address_list/address_list.wxml
pages/user/address_list/address_list.json
View file @
737356c
1
1
{
2
- "navigationBarTitleText": "收货地址"
2
+ "navigationBarTitleText": "收货地址",
3
+ "usingComponents": {
4
+ "warn": "/components/long_warn/long_warn"
5
+ }
3
6
}
4
7
\ No newline at end of file
...
...
pages/user/address_list/address_list.wxml
View file @
737356c
...
...
@@ -81,5 +81,5 @@
81
81
<view class="addAddress">新建收货地址</view>
82
82
</navigator>
83
83
</view>
84
-
85
-</view>
86
84
\ No newline at end of file
85
+</view>
86
+<warn id="warn"></warn>
87
87
\ No newline at end of file
...
...