Authored by htoooth

refactor async

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