Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 { |
-
Please register or login to post a comment