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;