Browse Source

企业登录免费职位广告提示,除了true都弹窗

lifanagju_citu 5 months ago
parent
commit
d1e2ee3d37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/user.js

+ 1 - 1
src/store/user.js

@@ -207,7 +207,7 @@ export const useUserStore = defineStore('user',
           if (data?.first !== false && data?.first !== 'false') {  // 首次登录才提示,不为false都属于首次登录
             localStorage.setItem('checkEnterpriseBaseInfoFalseHref', '/recruit/enterprise/entInfoSetting')
           }
-          if (!data?.bizFlag) {  // 企业登录免费职位广告提示
+          if (!data?.bizFlag) {  // 企业登录免费职位广告提示,除了true都弹窗
             localStorage.setItem('positionAd', 'showPositionAd')
           }
           // // 检验必填信息