Merge branch 'release/5.5' of http://git.yoho.cn/fe/yohobuy-node into release/5.5
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -65,7 +65,6 @@ const getCouponsList = (uid, type, page, limit)=>{ | @@ -65,7 +65,6 @@ const getCouponsList = (uid, type, page, limit)=>{ | ||
65 | if (limits.indexOf('2') >= 0) { | 65 | if (limits.indexOf('2') >= 0) { |
66 | extra.push('限量'); | 66 | extra.push('限量'); |
67 | } | 67 | } |
68 | - delete item.isNoLimit; | ||
69 | 68 | ||
70 | result[i].extraPro = extra.join('、'); | 69 | result[i].extraPro = extra.join('、'); |
71 | result[i].isNoLimit = item.isNoLimit === 'true' ? true : false; | 70 | result[i].isNoLimit = item.isNoLimit === 'true' ? true : false; |
-
Please register or login to post a comment