Authored by 陈峰

促销商品头部文案

... ... @@ -77,7 +77,7 @@ let cartObj = {
},
toPromotionPage(opts) {
let cartType = cookie.get('_cartType') || 'ordinary';
let title = '促销商品';
let title = encodeURIComponent('优惠活动商品');
if (opts.promotionType === 'Gift') {
if (opts.status === 30) {
... ...