Showing
1 changed file
with
1 additions
and
1 deletions
@@ -84,7 +84,7 @@ const categoryData = (req, res, next) => { | @@ -84,7 +84,7 @@ const categoryData = (req, res, next) => { | ||
84 | 84 | ||
85 | // 全部分类 | 85 | // 全部分类 |
86 | const cateAll = (req, res, next) => { | 86 | const cateAll = (req, res, next) => { |
87 | - let appType = req.query.app_type || 0; | 87 | + let appType = req.query.app_type || 1; |
88 | 88 | ||
89 | brandModel.getCateData(req.yoho.channel, appType).then((result) => { | 89 | brandModel.getCateData(req.yoho.channel, appType).then((result) => { |
90 | res.render('brand/cate-all', { | 90 | res.render('brand/cate-all', { |
-
Please register or login to post a comment