diff --git a/root/NEUIKit/pages/Chat/index.vue b/root/NEUIKit/pages/Chat/index.vue index 2cceef2..60b6b51 100644 --- a/root/NEUIKit/pages/Chat/index.vue +++ b/root/NEUIKit/pages/Chat/index.vue @@ -26,6 +26,7 @@ " :conversation-type="conversationType" :to="to" + @exportPointJob="exportPointJob" /> @@ -76,7 +77,7 @@ const requestComeFrom = computed(() => { val = "isToB"; } return val; // 小程序的判断 -}); // 小程序的判断 +}); export interface YxReplyMsg { messageClientId: string; scene: V2NIMConst.V2NIMConversationType; @@ -500,6 +501,7 @@ onUnmounted(() => { connectedWatch(); msgsWatch(); conversationTypeWatch(); + uni.removeStorageSync('im_sendParams'); }); const query = ref({ page: 1, @@ -702,6 +704,9 @@ onUnload(() => { uni.$off(events.CONFIRM_FORWARD_MSG); uni.$off(events.CANCEL_FORWARD_MSG); }); + +const exportPointJob = ()=>{ +}