...
|
...
|
@@ -587,6 +587,12 @@ const _detailDataPkg = (origin, uid, vipLevel) => { |
|
|
// VIP数据
|
|
|
result.vipPrice = _getVipDataByProductBaseInfo(origin, vipLevel, uid);
|
|
|
|
|
|
// 学生价
|
|
|
result.studentsPrice = '¥' + origin.productPriceBo.studentPrice;
|
|
|
|
|
|
// 学生返币
|
|
|
result.studentsCoin = origin.productPriceBo.studentCoinNum;
|
|
|
|
|
|
// 促销活动banner,虚拟商品无促销
|
|
|
if (origin.attribute !== 3) {
|
|
|
result.activity = _getActivityDataByProductBaseInfo(origin);
|
...
|
...
|
|