Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2017-02-13 16:45:05 +0800
Commit
542bc09f0b7a8d1dbfaeb4bf2c1594b94e69b47e
2 parents
f8f0e57f
1820dc2e
Merge branch 'feature/cart' into 'release/5.4.1'
促销商品头部文案 See merge request
!233
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/index/cart.js
public/js/cart/index/cart.js
View file @
542bc09
...
...
@@ -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
)
{
...
...
Please
register
or
login
to post a comment