|
|
@@ -76,9 +76,6 @@
|
|
|
let res = await this.$axios.$post("/api/recruit/getRecruit", params)
|
|
|
if (res.status === 1) {
|
|
|
this.recruitData = res.data
|
|
|
- if (this.recruitData.loginStatus === -99) {
|
|
|
- location.href = 'proginn://login'
|
|
|
- }
|
|
|
}
|
|
|
},
|
|
|
async handleRefreshClick() {
|
|
|
@@ -131,6 +128,10 @@
|
|
|
location.href = `proginn://recruit/edit?id=${recruitId}`
|
|
|
},
|
|
|
async handleContactClick() {
|
|
|
+ if (this.recruitData.loginStatus === -99) {
|
|
|
+ location.href = 'proginn://login'
|
|
|
+ return
|
|
|
+ }
|
|
|
const recruitId = this.recruitId
|
|
|
const params = {
|
|
|
recruitId
|