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
陈轩
2016-11-23 14:42:49 +0800
Commit
672b1e39a18677db57d10abb07f422411d101a40
2 parents
f96311a3
659a60b5
Merge branch 'master' into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/common/suspend-cart.js
public/js/common/suspend-cart.js
View file @
672b1e3
...
...
@@ -28,3 +28,7 @@ if ($('#remove-cart-count').length) {
});
}
/* tar add 161121 app del suspend cart */
if
(
queryString
.
app_version
||
queryString
.
appVersion
)
{
$
(
'.suspend-cart'
).
css
(
'display'
,
'none'
);
}
...
...
Please
register
or
login
to post a comment