Showing
1 changed file
with
1 additions
and
1 deletions
@@ -453,7 +453,7 @@ module.exports = (data, cb) => { | @@ -453,7 +453,7 @@ module.exports = (data, cb) => { | ||
453 | api.get('', sign.apiSign({ | 453 | api.get('', sign.apiSign({ |
454 | productId: data.id, | 454 | productId: data.id, |
455 | method: 'h5.product.data' | 455 | method: 'h5.product.data' |
456 | - })).then({ | 456 | + })).then(data => { |
457 | var dJson = JSON.parse(data); | 457 | var dJson = JSON.parse(data); |
458 | 458 | ||
459 | cb(detailDataPkg(dJson, 0)); // 待处理 缺少 VIP 等级参数,暂时补充为 0 | 459 | cb(detailDataPkg(dJson, 0)); // 待处理 缺少 VIP 等级参数,暂时补充为 0 |
-
Please register or login to post a comment