Authored by 周少峰

while ;

... ... @@ -636,14 +636,14 @@ const _detailDataPkg = (origin, uid, vipLevel) => {
});
break;
}
if (origin.productPriceBo.studentCoinNum && origin.productPriceBo.studentCoinNum !== 0) {
result.activity.push({
type: C_VALUE.type,
des: `${C_VALUE.des}${origin.productPriceBo.studentCoinNum}${C_VALUE.rest}`
});
}
} while(false)
} while (false);
// 上市期
if (origin.expectArrivalTime) {
... ...