Commit fac5922e6318e0aa062d2db6e13497917d610a9c

Authored by 后端开发-许程
2 parents c5327872 01cbaa77

Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev

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 },
... ...