@@ -822,7 +822,7 @@
duration: 1500,
offset: this.screenHeight / 2
})
- this.sendMessage(99)
+ this.sendMessage(99,res.data)
this.dialogms = false
}
// else {
@@ -1090,6 +1090,7 @@
if (type == 99) { //面试邀约
data.content = '一份面试邀约';
+ data.recordId = url
//把要发送的消息转换为json字符串
data = JSON.stringify(data);
@@ -1112,7 +1112,7 @@
@@ -1514,6 +1514,7 @@
if(type == 99){ //面试邀约