wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
01cbaa773cd57686515a16092f8c1584aa16393b
Authored by
后端研发-倪永富
2019-11-16 15:23:03 +0800
1 parent
6572ab34
收藏的物推荐
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/user/collect_list/collect_list.js
pages/user/collect_list/collect_list.js
View file @
01cbaa7
...
...
@@ -50,7 +50,7 @@ Page({
50
50
})
51
51
var goods_list = th.selectComponent("#goods_recommend"); //组件的id
52
52
goods_list.init();
53
- setTime
O
ut(function () { goods_list.get_list(); }, 300)
53
+ setTime
o
ut(function () { goods_list.get_list(); }, 300)
54
54
}
55
55
});
56
56
},
...
...