Browse Source

已测试,待开放上线

lifanagju_citu 2 months ago
parent
commit
e2a13ad91b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pagesA/chart/index.vue

+ 1 - 1
pagesA/chart/index.vue

@@ -267,7 +267,7 @@ const isSendResume = ref(false)
 const positionInfo = ref({})
 const isEmployment = ref('-1')
 
-const isStudent = ref(false)  // 已测试,待开放上线 const isStudent = computed(() => useUserStore.baseInfo?.type && Boolean(Number(useUserStore.baseInfo.type) === 1))
+const isStudent = ref(false) // 已测试,待开放上线 const isStudent = useUserStore.baseInfo?.type && Boolean(Number(useUserStore.baseInfo.type) === 1)
 
 onMounted(() => {
   setTimeout(() => {