Authored by 陈轩

Merge branch 'master' into release/5.2

... ... @@ -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');
}
... ...