Authored by htoooth

Merge branch 'release/5.5' of http://git.yoho.cn/fe/yohobuy-node into release/5.5

... ... @@ -65,7 +65,6 @@ const getCouponsList = (uid, type, page, limit)=>{
if (limits.indexOf('2') >= 0) {
extra.push('限量');
}
delete item.isNoLimit;
result[i].extraPro = extra.join('、');
result[i].isNoLimit = item.isNoLimit === 'true' ? true : false;
... ...