Authored by zhangxiaoru

app_type

@@ -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', {