|
|
@ -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: '删除消息', |
|
|
|