Преглед на файлове

您还未上传过简历,请先上传简历

lifanagju_citu преди 8 месеца
родител
ревизия
66f0e1170f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pagesB/positionDetail/index.vue

+ 1 - 1
pagesB/positionDetail/index.vue

@@ -208,7 +208,6 @@ const selectIndex = ref(null)
 const handleDelivery = async () => {
   if (!getAccessToken()) {
     uni.showToast({ title: '您还未上传过简历,请先上传简历', icon: 'none', duration: 2000, })
-    
     return
   }
   if (delivery.value) {
@@ -218,6 +217,7 @@ const handleDelivery = async () => {
   const { data } = await getPersonResumeCv()
   resumeList.value = data
   if (!resumeList.value?.length) {
+    uni.showToast({ title: '您还未上传过简历,请先上传简历', icon: 'none', duration: 2000, })
     return
   }
   // show.value = true