no message

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

@ -502,7 +502,7 @@
<div class="g_fs_12 g_c_6" style="margin-top: 8px">{{ isSc ? "已收藏" : "收藏" }}</div>
</button>
</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>
<!-- <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.api.wyyx_create,
{
// senderUserId: uni.getStorageSync("apply-uid"),
// receiverUserId: cusData,
senderAccid: uni.getStorageSync("im-accid"),
receiverAccid: cusData.accid,
},
(res) => {
uni.$UIKitStore.uiStore.selectConversation(res.conversationId);
console.log("that.jobDetail", that.jobDetail);
let list = ["addss", "genderRestrict", "genderAge"];
let newList = [];
@ -1461,8 +1458,6 @@ export default {
that.api.wyyx_sendCard,
{
conversationType: 1,
// senderUserId: uni.getStorageSync("apply-uid"), // id id
// receiverUserId: cusData, // id
senderAccid: uni.getStorageSync("im-accid"),
receiverAccid: cusData.accid,
type: 100000,
@ -1478,7 +1473,7 @@ export default {
},
() => {
uni.navigateTo({
url: "/root/NEUIKit/pages/Chat/index",
url: "/root/NEUIKit/index?item=" + (uni.getStorageSync("im-accid") + '|1|' + cusData),
});
},
() => {}

Loading…
Cancel
Save