Bläddra i källkod

fix: 新版商机管理限制仅按钮可点击进入画像

zhangyuhan 3 år sedan
förälder
incheckning
08cfcc5c2f
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

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

@@ -2045,7 +2045,7 @@
               }
               }
             */
             */
             //  大会员用户、非大会员用户都可跳转采购单位画像
             //  大会员用户、非大会员用户都可跳转采购单位画像
-            if(window.entniche) { return }
+            if(newEntNiche) { return }
             location.href = "/jyapp/big/page/unit_portrayal?entName="+encodeURIComponent(rerbuyer)
             location.href = "/jyapp/big/page/unit_portrayal?entName="+encodeURIComponent(rerbuyer)
         }
         }