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 7 \ No newline at end of file
... ...
pages/user/address_list/address_list.wxml
... ... @@ -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
... ...