浏览代码

投递职位

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 })