Authored by yyq

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

@@ -68,8 +68,8 @@ module.exports = class extends global.yoho.BaseModel { @@ -68,8 +68,8 @@ module.exports = class extends global.yoho.BaseModel {
68 if (limits.indexOf('2') >= 0) { 68 if (limits.indexOf('2') >= 0) {
69 extra.push('限量'); 69 extra.push('限量');
70 } 70 }
71 - result[i].notes = item.notes;  
72 - result[i].proListUrl = helpers.urlFormat('', {cpc_id: item.couponId, coupon_code: item.couponCode, 71 + result[i].notes = item.notes;
  72 + result[i].proListUrl = helpers.urlFormat('', {cpc_id: item.couponId, coupon_code: item.couponCode,
73 phrase: encodeURIComponent('以下商品可使用 【' + item.couponDetailInfomation + '】优惠券')}, 'list'); 73 phrase: encodeURIComponent('以下商品可使用 【' + item.couponDetailInfomation + '】优惠券')}, 'list');
74 result[i].rule = item.rule4ShortName || ''; 74 result[i].rule = item.rule4ShortName || '';
75 result[i].overState = item.overState || ''; 75 result[i].overState = item.overState || '';