Commit 737356ca1287f95837ddce7f06689df8b3d6b6c0

Authored by yvan.ni
1 parent dfc501a5

在线客户要有msg组件

pages/user/address_list/address_list.json
1 { 1 {
2 - "navigationBarTitleText": "收货地址" 2 + "navigationBarTitleText": "收货地址",
  3 + "usingComponents": {
  4 + "warn": "/components/long_warn/long_warn"
  5 + }
3 } 6 }
4 \ No newline at end of file 7 \ No newline at end of file
pages/user/address_list/address_list.wxml
@@ -81,5 +81,5 @@ @@ -81,5 +81,5 @@
81 <view class="addAddress">新建收货地址</view> 81 <view class="addAddress">新建收货地址</view>
82 </navigator> 82 </navigator>
83 </view> 83 </view>
84 -  
85 -</view>  
86 \ No newline at end of file 84 \ No newline at end of file
  85 +</view>
  86 +<warn id="warn"></warn>
87 \ No newline at end of file 87 \ No newline at end of file