Commit a365865743a871842ee538cc84fc0465098b5f89
1 parent
505afb28
拼团成功页 加载滚动
Showing
1 changed file
with
6 additions
and
1 deletions
pages/team/team_success/team_success.js
| @@ -102,7 +102,10 @@ Page({ | @@ -102,7 +102,10 @@ Page({ | ||
| 102 | }, | 102 | }, |
| 103 | 103 | ||
| 104 | async init( order_sn) { | 104 | async init( order_sn) { |
| 105 | - var goods_id = 0,//商品ID, | 105 | + |
| 106 | + wx.showLoading(); | ||
| 107 | + | ||
| 108 | + var goods_id = 0,//商品ID, | ||
| 106 | pageteam=null,// | 109 | pageteam=null,// |
| 107 | original_img=null ,//商品图片 | 110 | original_img=null ,//商品图片 |
| 108 | order=null,//订单编号 | 111 | order=null,//订单编号 |
| @@ -260,6 +263,8 @@ Page({ | @@ -260,6 +263,8 @@ Page({ | ||
| 260 | ct_price: ct_price, p_status: p_status,sf_arr:sf_arr}); | 263 | ct_price: ct_price, p_status: p_status,sf_arr:sf_arr}); |
| 261 | } | 264 | } |
| 262 | 265 | ||
| 266 | + wx.hideLoading(); | ||
| 267 | + | ||
| 263 | wx.setNavigationBarTitle({ | 268 | wx.setNavigationBarTitle({ |
| 264 | title: "拼团详情", | 269 | title: "拼团详情", |
| 265 | }) | 270 | }) |