소스 검색

投递职位

lifanagju_citu 8 달 전
부모
커밋
fc16fa2b8c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pagesB/positionDetail/index.vue

+ 2 - 2
pagesB/positionDetail/index.vue

@@ -192,7 +192,7 @@ onLoad((options) => {
 })
 
 // 效验是否有投递过简历
-const delivery = ref(true) // 是否已投递简历
+const delivery = ref(false) // 是否已投递简历
 const deliveryCheck = async () => {
   try {
     if (!getAccessToken()) return delivery.value = false
@@ -237,7 +237,7 @@ const popupClose = () => {
 
 
 // 效验求职者是否有收藏该职位
-const isCollection = ref(true)
+const isCollection = ref(false)
 const getCollectionStatus = async () => {
   if (!getAccessToken()) return isCollection.value = false
   const { data } = await getJobFavoriteCheck({ jobId })