Authored by 陈轩

Merge branch 'master' into release/5.2

@@ -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 +}