From 96084d9ceb4d9ae4364746f5e2671f9ea288955c Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Thu, 30 Oct 2025 12:14:32 +0800 Subject: [PATCH] 1 --- pages/apply/jobList.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/apply/jobList.vue b/pages/apply/jobList.vue index 0b87972..fcc4b41 100644 --- a/pages/apply/jobList.vue +++ b/pages/apply/jobList.vue @@ -289,6 +289,12 @@ } }) + if(!this.filterDatas||!this.filterDatas.Nav_Librarys||this.filterDatas.Nav_Librarys.length==0){ + uni.showToast({ + icon:'error', + title:'暂无当前岗位数据' + }) + } }, submit() { let arr = []