Commit fac5922e6318e0aa062d2db6e13497917d610a9c
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/collect_list/collect_list.js
@@ -50,7 +50,7 @@ Page({ | @@ -50,7 +50,7 @@ Page({ | ||
50 | }) | 50 | }) |
51 | var goods_list = th.selectComponent("#goods_recommend"); //组件的id | 51 | var goods_list = th.selectComponent("#goods_recommend"); //组件的id |
52 | goods_list.init(); | 52 | goods_list.init(); |
53 | - setTimeOut(function () { goods_list.get_list(); }, 300) | 53 | + setTimeout(function () { goods_list.get_list(); }, 300) |
54 | } | 54 | } |
55 | }); | 55 | }); |
56 | }, | 56 | }, |