Commit 7cf635abcc8d777d9b6647a8db6fc39d2f5f1c8a

Authored by yvan.ni
1 parent d1e92b88

首页显示一级分类

Showing 1 changed file with 2 additions and 1 deletions
pages/index/index/index.js
... ... @@ -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) {
... ...