Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment