lyuis 7 tháng trước cách đây
mục cha
commit
d019bdfe92
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      pages/msg/im.vue

+ 2 - 0
pages/msg/im.vue

@@ -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}`
 							})