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
7cf635abcc8d777d9b6647a8db6fc39d2f5f1c8a
Authored by
yvan.ni
2020-04-17 14:27:58 +0800
1 parent
d1e92b88
首页显示一级分类
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pages/index/index/index.js
pages/index/index/index.js
View file @
7cf635a
...
...
@@ -149,7 +149,8 @@ Page({
149
149
data: {
150
150
store_id: os.stoid,
151
151
pageSize: 5,
152
- is_show: 1
152
+ is_show: 1,
153
+ level:1
153
154
}
154
155
}).then(res => {
155
156
if (res.data.data) {
...
...