Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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) { |
-
Please register or login to post a comment