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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
8 years ago
Commit
79857c467750c18542b9b254f7f37426780f03ae
1 parent
4d39838d
'app-del-suspend-cart'
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 @
79857c4
...
...
@@ -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