...
|
...
|
@@ -84,7 +84,7 @@ const categoryData = (req, res, next) => { |
|
|
|
|
|
// 全部分类
|
|
|
const cateAll = (req, res, next) => {
|
|
|
let appType = req.query.app_type || 0;
|
|
|
let appType = req.query.app_type || 1;
|
|
|
|
|
|
brandModel.getCateData(req.yoho.channel, appType).then((result) => {
|
|
|
res.render('brand/cate-all', {
|
...
|
...
|
|