Browse Source

feat:商机管理隐藏免费订阅设置更新弹窗

tsz 3 years ago
parent
commit
147c3febdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/jfw/modules/app/src/web/templates/weixin/historypush.html

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

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