Authored by 郭成尧

Merge branch 'feature/shareBuy' into 'release/5.7'

跳转规则



See merge request !569
... ... @@ -154,12 +154,14 @@ module.exports = class extends global.yoho.BaseModel {
moreUrl = helpers.urlFormat('', {
coupon_code: param.couponCode,
coupon_id: param.couponId,
title: '优惠活动商品'
title: '优惠活动商品',
intro_text: '优惠券可适用于以下产品'
}, 'list');
detailData.moreUrl = isApp ? moreUrl +
'&openbuy:yohobuy={"action":"go.list","params":{"coupon_code":"' + param.couponCode +
'","coupon_id":"' + param.couponId + '","title":"优惠活动商品","actiontype":"1"}}' : moreUrl;
'&openbuy:yohobuy={"action":"go.couponProductList","params":{"coupon_code":"' + param.couponCode +
'","coupon_id":"' + param.couponId +
'","title":"优惠活动商品","actiontype":"1","coupon_title":"优惠券可适用于以下产品"}}' : moreUrl;
detailData.isApp = isApp ? true : false;
... ...