...
|
...
|
@@ -1196,18 +1196,18 @@ function _detailDataPkg(origin, uid, vipLevel, cookies) { |
|
|
result.coupon = _getCoupon(coupon);
|
|
|
|
|
|
// 有货币
|
|
|
if (!_.includes(['', '0'], propOrigin('yohoCoinNum'))) {
|
|
|
const C_VALUE = {
|
|
|
type: '返有货币',
|
|
|
des: '每件返 ',
|
|
|
rest: '个 有货币'
|
|
|
};
|
|
|
|
|
|
result.activity.push({
|
|
|
type: C_VALUE.type,
|
|
|
des: `${C_VALUE.des}${propOrigin('yohoCoinNum')}${C_VALUE.rest}`
|
|
|
});
|
|
|
}
|
|
|
// if (!_.includes(['', '0'], propOrigin('yohoCoinNum'))) {
|
|
|
// const C_VALUE = {
|
|
|
// type: '返有货币',
|
|
|
// des: '每件返 ',
|
|
|
// rest: '个 有货币'
|
|
|
// };
|
|
|
|
|
|
// result.activity.push({
|
|
|
// type: C_VALUE.type,
|
|
|
// des: `${C_VALUE.des}${propOrigin('yohoCoinNum')}${C_VALUE.rest}`
|
|
|
// });
|
|
|
// }
|
|
|
|
|
|
// 上市期
|
|
|
if (propOrigin('expect_arrival_time')) {
|
...
|
...
|
|