Merge branch 'hotfix/brandfav' of git.yoho.cn:fe/yohobuy-node into hotfix/brandfav
Showing
1 changed file
with
1 additions
and
3 deletions
@@ -1063,11 +1063,9 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => { | @@ -1063,11 +1063,9 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => { | ||
1063 | 1063 | ||
1064 | result.goCartUrl = helpers.urlFormat('/shopping/cart'); | 1064 | result.goCartUrl = helpers.urlFormat('/shopping/cart'); |
1065 | 1065 | ||
1066 | - let brandId = propOrigin('brand_info.brand_id', 0); | ||
1067 | - | ||
1068 | let requestApi = { | 1066 | let requestApi = { |
1069 | addition: _getProductAdditionInfoAsync(origin), // 预处理所有的数据 | 1067 | addition: _getProductAdditionInfoAsync(origin), // 预处理所有的数据 |
1070 | - fav: _getProductFavoriteDataAsync(uid, result.productI), // 处理收藏喜欢数据 | 1068 | + fav: _getProductFavoriteDataAsync(uid, result.productId), // 处理收藏喜欢数据 |
1071 | promotion: productAPI.getPromotionAsync(result.skn) // 打折信息 | 1069 | promotion: productAPI.getPromotionAsync(result.skn) // 打折信息 |
1072 | }; | 1070 | }; |
1073 | 1071 |
-
Please register or login to post a comment