Authored by 郭成尧

module和page参数

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