Merge branch 'feature/shareBuy' into 'release/5.7'
跳转规则 See merge request !569
Showing
1 changed file
with
5 additions
and
3 deletions
@@ -154,12 +154,14 @@ module.exports = class extends global.yoho.BaseModel { | @@ -154,12 +154,14 @@ module.exports = class extends global.yoho.BaseModel { | ||
154 | moreUrl = helpers.urlFormat('', { | 154 | moreUrl = helpers.urlFormat('', { |
155 | coupon_code: param.couponCode, | 155 | coupon_code: param.couponCode, |
156 | coupon_id: param.couponId, | 156 | coupon_id: param.couponId, |
157 | - title: '优惠活动商品' | 157 | + title: '优惠活动商品', |
158 | + intro_text: '优惠券可适用于以下产品' | ||
158 | }, 'list'); | 159 | }, 'list'); |
159 | 160 | ||
160 | detailData.moreUrl = isApp ? moreUrl + | 161 | detailData.moreUrl = isApp ? moreUrl + |
161 | - '&openbuy:yohobuy={"action":"go.list","params":{"coupon_code":"' + param.couponCode + | ||
162 | - '","coupon_id":"' + param.couponId + '","title":"优惠活动商品","actiontype":"1"}}' : moreUrl; | 162 | + '&openbuy:yohobuy={"action":"go.couponProductList","params":{"coupon_code":"' + param.couponCode + |
163 | + '","coupon_id":"' + param.couponId + | ||
164 | + '","title":"优惠活动商品","actiontype":"1","coupon_title":"优惠券可适用于以下产品"}}' : moreUrl; | ||
163 | 165 | ||
164 | detailData.isApp = isApp ? true : false; | 166 | detailData.isApp = isApp ? true : false; |
165 | 167 |
-
Please register or login to post a comment