Authored by OF1706

coupons list

@@ -61,7 +61,7 @@ const getCouponsList = (uid, type, page, limit)=>{ @@ -61,7 +61,7 @@ const getCouponsList = (uid, type, page, limit)=>{
61 extra.push('限量'); 61 extra.push('限量');
62 } 62 }
63 result[i].notes = item.notes; 63 result[i].notes = item.notes;
64 - result[i].proListUrl = helpers.urlFormat('', {cpc_id: item.couponId,coupon_code: item.couponCode, 64 + result[i].proListUrl = helpers.urlFormat('', {cpc_id: item.couponId, coupon_code: item.couponCode,
65 phrase: encodeURIComponent('以下商品可使用 【' + item.couponDetailInfomation + '】优惠券')}, 'list'); 65 phrase: encodeURIComponent('以下商品可使用 【' + item.couponDetailInfomation + '】优惠券')}, 'list');
66 result[i].rule = item.rule4ShortName || ''; 66 result[i].rule = item.rule4ShortName || '';
67 result[i].overState = item.overState || ''; 67 result[i].overState = item.overState || '';