Authored by 郭成尧

'go-brand'

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