Commit e24df926 by 王昆

gsb

parent bf8065bc
......@@ -35,7 +35,6 @@ class LaoActionApi extends APIBase {
20: "待面试",
30: "面试成功",
40: "面试失败",
45: "待签约",
50: "待签约",
60: "签约成功",
}
......@@ -569,7 +568,7 @@ class LaoActionApi extends APIBase {
} else if (obj.apply_stauts == "面试失败") {
parm.apply_stauts = 40;
} else if (obj.apply_stauts == "待签约") {
parm.apply_stautses = [45, 50];
parm.apply_stauts = 50;
} else if (obj.apply_stauts == "签约成功") {
parm.apply_stauts = 60;
}
......@@ -610,8 +609,7 @@ class LaoActionApi extends APIBase {
}
// userId=5&ecid=495
var fee = [45,50];
if (userinfo && temp_info.data.rows[i].ecid && fee.includes(temp_info.data.rows[i].apply_stauts)) {
if (userinfo && temp_info.data.rows[i].ecid && temp_info.data.rows[i].apply_stauts == 50) {
temp_info.data.rows[i].signUrl = this.signUrl + `&userId=${userinfo.id}&&ecid=${temp_info.data.rows[i].ecid}`;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment