Authored by 陈峰

促销商品头部文案

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