Authored by 郭成尧

module和page参数

... ... @@ -484,7 +484,7 @@ const detailDataPkg = (origin, uid, vipLevel) => {
// 底部简介的URL链接
dest.introUrl = helpers.url('/product/intro_' + origin.erpProductId + '/' + origin.cnAlphabet + '.html', null, '');
dest.id = origin.id;
return dest;
};
... ...