no message

im/api
jscyl13849007907 6 days ago
parent 9518cd1b3b
commit 1a4cac9f2c

@ -502,7 +502,7 @@
<div class="g_fs_12 g_c_6" style="margin-top: 8px">{{ isSc ? "已收藏" : "收藏" }}</div> <div class="g_fs_12 g_c_6" style="margin-top: 8px">{{ isSc ? "已收藏" : "收藏" }}</div>
</button> </button>
</div> </div>
<div class="g_flex_none g_flex_column_center" v-if="userinfo && userinfo.agencyId && false"> <div class="g_flex_none g_flex_column_center" v-if="userinfo && userinfo.agencyId">
<rh-button primaryColor='#00b666' btnText="客服" class="g_flex_1 g_fw_600" size="small_auto" @clickBtn="goIm"></rh-button> <rh-button primaryColor='#00b666' btnText="客服" class="g_flex_1 g_fw_600" size="small_auto" @clickBtn="goIm"></rh-button>
<!-- <button class="g_pl_0 g_pr_0 g_bg_f g_mr_12 g_w_36" hover-class="thover" style="line-height: 1; border-radius: 0" @click="goIm"> <!-- <button class="g_pl_0 g_pr_0 g_bg_f g_mr_12 g_w_36" hover-class="thover" style="line-height: 1; border-radius: 0" @click="goIm">
@ -1441,13 +1441,10 @@ export default {
that.F.wyyxPost( that.F.wyyxPost(
that.api.wyyx_create, that.api.wyyx_create,
{ {
// senderUserId: uni.getStorageSync("apply-uid"),
// receiverUserId: cusData,
senderAccid: uni.getStorageSync("im-accid"), senderAccid: uni.getStorageSync("im-accid"),
receiverAccid: cusData.accid, receiverAccid: cusData.accid,
}, },
(res) => { (res) => {
uni.$UIKitStore.uiStore.selectConversation(res.conversationId);
console.log("that.jobDetail", that.jobDetail); console.log("that.jobDetail", that.jobDetail);
let list = ["addss", "genderRestrict", "genderAge"]; let list = ["addss", "genderRestrict", "genderAge"];
let newList = []; let newList = [];
@ -1461,8 +1458,6 @@ export default {
that.api.wyyx_sendCard, that.api.wyyx_sendCard,
{ {
conversationType: 1, conversationType: 1,
// senderUserId: uni.getStorageSync("apply-uid"), // id id
// receiverUserId: cusData, // id
senderAccid: uni.getStorageSync("im-accid"), senderAccid: uni.getStorageSync("im-accid"),
receiverAccid: cusData.accid, receiverAccid: cusData.accid,
type: 100000, type: 100000,
@ -1478,7 +1473,7 @@ export default {
}, },
() => { () => {
uni.navigateTo({ uni.navigateTo({
url: "/root/NEUIKit/pages/Chat/index", url: "/root/NEUIKit/index?item=" + (uni.getStorageSync("im-accid") + '|1|' + cusData),
}); });
}, },
() => {} () => {}

Loading…
Cancel
Save