From 3e912ceb1678367567885f92e8fcb3bbd6eeda02 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 14 May 2026 17:35:40 +0800 Subject: [PATCH] no message --- root/bind/applyForm.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/root/bind/applyForm.vue b/root/bind/applyForm.vue index 862bc16..bce77a6 100644 --- a/root/bind/applyForm.vue +++ b/root/bind/applyForm.vue @@ -97,8 +97,14 @@ export default { }, (res) => { console.log("企业基本信息:", res); - if(res.recordStatus == 1){ - res.recordStatus = 1; + /* + * 0 未申请 + * 1 申请中 + * 2 已删除 + * 3 已过期 + * 4 已删除 + */ + if(res.recordStatus == 0){ that.info = res; setTimeout(() => { that.isloading = false;