|
|
|
@ -826,7 +826,7 @@ export default {
|
|
|
|
// senderUserId: uni.getStorageSync("apply-uid"),
|
|
|
|
// senderUserId: uni.getStorageSync("apply-uid"),
|
|
|
|
// receiverUserId: cusData,
|
|
|
|
// receiverUserId: cusData,
|
|
|
|
senderAccid: uni.getStorageSync("im-accid"),
|
|
|
|
senderAccid: uni.getStorageSync("im-accid"),
|
|
|
|
receiverAccid: cusData,
|
|
|
|
receiverAccid: cusData.accid,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
(res) => {
|
|
|
|
(res) => {
|
|
|
|
uni.$UIKitStore.uiStore.selectConversation(res.conversationId);
|
|
|
|
uni.$UIKitStore.uiStore.selectConversation(res.conversationId);
|
|
|
|
@ -1790,7 +1790,7 @@ export default {
|
|
|
|
// senderUserId: uni.getStorageSync("apply-uid"),
|
|
|
|
// senderUserId: uni.getStorageSync("apply-uid"),
|
|
|
|
// receiverUserId: cusData,
|
|
|
|
// receiverUserId: cusData,
|
|
|
|
senderAccid: uni.getStorageSync("im-accid"),
|
|
|
|
senderAccid: uni.getStorageSync("im-accid"),
|
|
|
|
receiverAccid: cusData,
|
|
|
|
receiverAccid: cusData.accid,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
(res) => {
|
|
|
|
(res) => {
|
|
|
|
// uni.$UIKitStore.uiStore.selectConversation(res.conversationId);
|
|
|
|
// uni.$UIKitStore.uiStore.selectConversation(res.conversationId);
|
|
|
|
@ -1801,7 +1801,7 @@ export default {
|
|
|
|
// senderUserId: uni.getStorageSync("apply-uid"), // 发送者id 即当前登录用户id
|
|
|
|
// senderUserId: uni.getStorageSync("apply-uid"), // 发送者id 即当前登录用户id
|
|
|
|
// receiverUserId: cusData, // 接收方用户id
|
|
|
|
// receiverUserId: cusData, // 接收方用户id
|
|
|
|
senderAccid: uni.getStorageSync("im-accid"),
|
|
|
|
senderAccid: uni.getStorageSync("im-accid"),
|
|
|
|
receiverAccid: cusData,
|
|
|
|
receiverAccid: cusData.accid,
|
|
|
|
type: 100000,
|
|
|
|
type: 100000,
|
|
|
|
jobDetail: {
|
|
|
|
jobDetail: {
|
|
|
|
title: that.jobDetail.jobName,
|
|
|
|
title: that.jobDetail.jobName,
|
|
|
|
@ -1815,7 +1815,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
() => {
|
|
|
|
() => {
|
|
|
|
uni.navigateTo({
|
|
|
|
uni.navigateTo({
|
|
|
|
url: "/root/NEUIKit/index?item=" + (uni.getStorageSync("im-accid") + '|1|' + cusData),
|
|
|
|
url: "/root/NEUIKit/index?item=" + (uni.getStorageSync("im-accid") + '|1|' + cusData.accid),
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
() => {},
|
|
|
|
() => {},
|
|
|
|
|