|
@@ -764,11 +764,11 @@
|
|
|
.post("/api/recruit/apply", p)
|
|
.post("/api/recruit/apply", p)
|
|
|
.then((res) => {
|
|
.then((res) => {
|
|
|
if (Number(res.data.status) === 1) {
|
|
if (Number(res.data.status) === 1) {
|
|
|
|
|
+ this.$message.info("申请成功")
|
|
|
this.getRecruit();
|
|
this.getRecruit();
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
|
.finally(() => {
|
|
.finally(() => {
|
|
|
- this.$message.info("申请成功")
|
|
|
|
|
// 跳转至 app 流程
|
|
// 跳转至 app 流程
|
|
|
//location.href = `proginn://recruit/chat?uid=${uid}&chat_type=type_sqjd`
|
|
//location.href = `proginn://recruit/chat?uid=${uid}&chat_type=type_sqjd`
|
|
|
});
|
|
});
|