Showing
1 changed file
with
1 additions
and
1 deletions
@@ -85,7 +85,7 @@ const newDetail = { | @@ -85,7 +85,7 @@ const newDetail = { | ||
85 | }), | 85 | }), |
86 | miniQrType: 7, | 86 | miniQrType: 7, |
87 | isOpen: _.get(req.app, 'locals.wap.wechat.miniPathOpen', false) | 87 | isOpen: _.get(req.app, 'locals.wap.wechat.miniPathOpen', false) |
88 | - }), // param:品牌ID, name:品牌名称, miniQrType 7:商品 2 品牌,miniapp_type 0:有货,1:新与力,union_type商品详情页和首页加 | 88 | + }), // param:品牌ID, name:品牌名称, miniQrType 7:商品 2 品牌,miniapp_type 0:有货,1:新与力,union_type商品详情页和默认页加 |
89 | miphtml: `https://m.yohobuy.com/mip/product/${result.productSkn}.html`, | 89 | miphtml: `https://m.yohobuy.com/mip/product/${result.productSkn}.html`, |
90 | }); | 90 | }); |
91 | }).catch(next); | 91 | }).catch(next); |
-
Please register or login to post a comment