Commit 01cbaa773cd57686515a16092f8c1584aa16393b

Authored by 后端研发-倪永富
1 parent 6572ab34

收藏的物推荐

pages/user/collect_list/collect_list.js
... ... @@ -50,7 +50,7 @@ Page({
50 50 })
51 51 var goods_list = th.selectComponent("#goods_recommend"); //组件的id
52 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 },
... ...