Browse Source

客服转接

master
[yxf] 17 hours ago
parent
commit
190251652f
  1. 1
      im-uniapp/pages/chat/chat-box.vue
  2. 2
      im-uniapp/store/chatStore.js

1
im-uniapp/pages/chat/chat-box.vue

@ -586,6 +586,7 @@ export default {
this.chatStore.updateMessage(tmpMessage, chat); this.chatStore.updateMessage(tmpMessage, chat);
}) })
}, },
onDeleteMessage(msgInfo) { onDeleteMessage(msgInfo) {
uni.showModal({ uni.showModal({
title: '删除消息', title: '删除消息',

2
im-uniapp/store/chatStore.js

@ -434,4 +434,4 @@ export default defineStore('chatStore', {
return null; return null;
} }
} }
}); });

Loading…
Cancel
Save