Commit 01cbaa773cd57686515a16092f8c1584aa16393b
1 parent
6572ab34
收藏的物推荐
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 | }, |