Merge branch 'master' into release/5.2
Showing
1 changed file
with
4 additions
and
0 deletions
@@ -28,3 +28,7 @@ if ($('#remove-cart-count').length) { | @@ -28,3 +28,7 @@ if ($('#remove-cart-count').length) { | ||
28 | }); | 28 | }); |
29 | } | 29 | } |
30 | 30 | ||
31 | +/* tar add 161121 app del suspend cart */ | ||
32 | +if (queryString.app_version || queryString.appVersion) { | ||
33 | + $('.suspend-cart').css('display', 'none'); | ||
34 | +} |
-
Please register or login to post a comment