Authored by htoooth

fix coupon

... ... @@ -1236,8 +1236,7 @@ const _detailDataPkg = (origin, uid, vipLevel, cookies) => {
}
// 优惠券
//result.coupon = _getCoupon(coupon);
result.coupon = [];
result.coupon = _getCoupon(coupon);
// 有货币
if (!_.includes(['', '0'], propOrigin('yohoCoinNum'))) {
... ...