This commit is contained in:
唐明明
2022-02-07 16:04:35 +08:00
11 changed files with 218 additions and 806 deletions

View File

@@ -47,9 +47,7 @@
if (!this.disabled) {
RongIMLib.clearTextMessageDraft(this.conversationType, this.targetId)
im.sentText(this.conversationType, this.targetId, this.inputTxt, () => {
setTimeout(() => {
this.$emit('success')
}, 500)
this.$emit('success')
this.inputTxt = ''
})
}