Authored by yyq

merge

... ... @@ -68,7 +68,7 @@ const getCouponsList = (uid, type, page, limit)=>{
result[i].extraPro = extra.join('、');
result[i].isNoLimit = item.isNoLimit;
result[i].proListUrl = helpers.urlFormat('', {cpc_id: item.couponId,
result[i].proListUrl = helpers.urlFormat('', {cpc_id: item.couponId,
phrase: encodeURIComponent('以下商品可使用 【' + item.couponDetailInfomation + '】优惠券')}, 'list');
result[i].rule = item.rule4ShortName || '';
result[i].overState = item.overState || '';
... ...