Ver código fonte

已测试,待开放上线

lifanagju_citu 4 meses atrás
pai
commit
fb7c340dd2
2 arquivos alterados com 3 adições e 4 exclusões
  1. 2 2
      pagesA/chart/index.vue
  2. 1 2
      pagesB/positionDetail/index.vue

+ 2 - 2
pagesA/chart/index.vue

@@ -294,8 +294,8 @@ const isSendResume = ref(false)
 const positionInfo = ref({})
 const isEmployment = ref('-1')
 
-// const isStudent = ref(false) // 已测试,待开放上线 
-const isStudent = 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(() => {

+ 1 - 2
pagesB/positionDetail/index.vue

@@ -265,8 +265,7 @@ const imgSrc = ref('')
 const appInfo = ref({})
 const poster = ref()
 const beenLogin = ref(false)
-// const isStudent = ref(false) // 已测试,待开放上线 const isStudent = computed(() => useUserStore.baseInfo?.type && Boolean(Number(useUserStore.baseInfo.type) === 1))
-const isStudent = computed(() => useUserStore.baseInfo?.type && Boolean(Number(useUserStore.baseInfo.type) === 1))
+const isStudent = ref(false) // 已测试,待开放上线 const isStudent = computed(() => useUserStore.baseInfo?.type && Boolean(Number(useUserStore.baseInfo.type) === 1))
 const areaName = ref('')
 const canvasToTempFilePath = ref('')