소스 검색

已测试,待开放上线

lifanagju_citu 2 달 전
부모
커밋
e2a13ad91b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(() => {