|
@@ -211,7 +211,7 @@ const desc = [
|
|
const toDetails = async (info) => {
|
|
const toDetails = async (info) => {
|
|
const userId = info.contact.userId
|
|
const userId = info.contact.userId
|
|
const enterpriseId = info.contact.enterpriseId
|
|
const enterpriseId = info.contact.enterpriseId
|
|
- const text = '您好,我对该职位很感兴趣,希望能有机会与您进一步沟通。'
|
|
|
|
|
|
+ const text = '您好,可以进一步了解一下这个职位的详情吗?'
|
|
await prologue({userId, enterpriseId, text})
|
|
await prologue({userId, enterpriseId, text})
|
|
let url = `/recruit/personal/message?id=${info.job.id}`
|
|
let url = `/recruit/personal/message?id=${info.job.id}`
|
|
if (info.contact.enterpriseId) {
|
|
if (info.contact.enterpriseId) {
|