Authored by 郭成尧

'go-brand'

@@ -66,7 +66,7 @@ const _shop = (req, res, shopId) => { @@ -66,7 +66,7 @@ const _shop = (req, res, shopId) => {
66 } 66 }
67 67
68 listModel.getShopData(req, shopId, uid, isApp).then((result) => { 68 listModel.getShopData(req, shopId, uid, isApp).then((result) => {
69 - if (true) { 69 + if (result.goBrand) {
70 // 跳转基础模板 70 // 跳转基础模板
71 _baseShop(req, res, result.goBrand); 71 _baseShop(req, res, result.goBrand);
72 } else { 72 } else {