...
|
...
|
@@ -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) {
|
...
|
...
|
|