Authored by htoooth

refactor async

@@ -563,7 +563,7 @@ const detailDataPkg = (origin, uid, vipLevel) => { @@ -563,7 +563,7 @@ const detailDataPkg = (origin, uid, vipLevel) => {
563 563
564 let requestData = yield Promise.all([ 564 let requestData = yield Promise.all([
565 getProductAdditionInfoByProductBaseInfoAsync(origin), // 接口处理数据,设置并发请求数据 565 getProductAdditionInfoByProductBaseInfoAsync(origin), // 接口处理数据,设置并发请求数据
566 - getProductFavoriteDataAsync(uid, result.productId, brandId) //处理收藏喜欢数据 566 + getProductFavoriteDataAsync(uid, result.productId, brandId) // 处理收藏喜欢数据
567 ]); 567 ]);
568 568
569 let favoriteData = requestData[1]; 569 let favoriteData = requestData[1];