浏览代码

已测试,待开放上线

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(() => {