Browse Source

客服转接

master
[yxf] 14 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);
})
},
onDeleteMessage(msgInfo) {
uni.showModal({
title: '删除消息',

2
im-uniapp/store/chatStore.js

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

Loading…
Cancel
Save