From c7bf020be4dde3b78fbf67c48d335e5ec2b77b1e Mon Sep 17 00:00:00 2001 From: lzx_win <2602107437@qq.com> Date: Thu, 25 Sep 2025 11:36:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=B9=B6=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=A4=84=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_subpack/master-detail/index.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pages_subpack/master-detail/index.vue b/pages_subpack/master-detail/index.vue index 40d605a..2c53af2 100644 --- a/pages_subpack/master-detail/index.vue +++ b/pages_subpack/master-detail/index.vue @@ -138,7 +138,12 @@ url:"/pages_subpack/employ-progress/index?id="+response.result.id }) }).catch(error=>{ - uni.hideLoading() + // console.log("聘用失败",error); + // uni.hideLoading() + // uni.showToast({ + // title: error.message || '聘用失败', + // icon: 'none' + // }) }) }, fail: (company) => {