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 = ''
})
}

View File

@@ -13,7 +13,7 @@
<script>
import im from '@/utils/im/index.js'
import permision from "@/js_sdk/wa-permission/permission.js"
import permision from "@/utils/permission.js"
export default {
props: {