Ver código fonte

fix: 修复商机管理&大会员用户

zhangyuhan 3 anos atrás
pai
commit
0dcbc7c6ec

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

@@ -2441,7 +2441,7 @@
           // 添加关注的项目
           let cancelurl = '/bigmember/follow/project/cancel'
           let confirmurl = '/bigmember/follow/project/add'
-          if(window.entniche) {
+          if(window.entniche && bigstatus < 0) {
             cancelurl = '/entnicheNew/follow/project/cancel'
             confirmurl = '/entnicheNew/follow/project/add'
           }