wangshan %!s(int64=3) %!d(string=hai) anos
pai
achega
c4598db2d5

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -1612,7 +1612,7 @@ function hasNoData() {
   //
   function appendList(content) {
       content.children(".tslist").on("click", function (event) {
-        if (!window.userNewType) {
+        if (!window.userNewType&&!(vm.rootInfo.vipStatus>0||vm.rootInfo.memberStatus>0)) {
             $('#tipsType').show()
           } else {
             $('#tipsType').hide()

+ 1 - 1
src/web/templates/weixin/historypush.html

@@ -1762,7 +1762,7 @@
       //
       function appendList(content) {
           content.children(".tslist").on("click", function () {
-            if (!userNewType) {
+            if (!userNewType&&window.isFreeUserStatus) {
                 $('#tipsType').show()
             } else {
                 $('#tipsType').hide()