|
|
@@ -1659,6 +1659,8 @@
|
|
|
|
|
|
if (!res.data) {//表示没有面试,去约面试
|
|
|
//this.mianshiShow = true
|
|
|
+ if(!this.resumesInfo&&!this.resumesInfo.userId)
|
|
|
+ return this.$queue.showToast('简历用户信息获取失败')
|
|
|
uni.navigateTo({
|
|
|
url:`/pages/msg/interviewInvitation?postPushId=${this.postPushId}&resumesId=${this.resumesId}&interviewerId=${this.resumesInfo.userId}`
|
|
|
})
|