Authored by yyq

shop url

... ... @@ -31,7 +31,7 @@ const shop = (shopId, req, res, next, brandInfo) => {
}
if (+shopInfo.shopTemplateType === 2) { // 经典模板
if (pjax) {
list.getShopGoodsData(shopId, req.yoho.channel, params, shopInfo).then(result => {
Object.assign(result, {layout: false});
... ...