浏览代码

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

tsz 3 年之前
父节点
当前提交
147c3febdb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()