no message

cyl/job_im
jscyl13849007907 1 day ago
parent e40fd60d68
commit 3e912ceb16

@ -97,8 +97,14 @@ export default {
}, },
(res) => { (res) => {
console.log("企业基本信息:", res); console.log("企业基本信息:", res);
if(res.recordStatus == 1){ /*
res.recordStatus = 1; * 0 未申请
* 1 申请中
* 2 已删除
* 3 已过期
* 4 已删除
*/
if(res.recordStatus == 0){
that.info = res; that.info = res;
setTimeout(() => { setTimeout(() => {
that.isloading = false; that.isloading = false;

Loading…
Cancel
Save