调整目录结构

This commit is contained in:
2022-02-24 09:25:35 +08:00
parent ef785ab05f
commit 358372cdba
27 changed files with 238 additions and 217 deletions

View File

@@ -23,7 +23,8 @@
<script>
import * as RongIMLib from '@/uni_modules/RongCloud-IMWrapper/js_sdk/index'
import messageState from './messageState'
import imBase from '../../mixins/imBase.js'
export default {
props: {
message: {
@@ -54,11 +55,6 @@
isRemote() {
return this.message.messageDirection == 2
},
contact() {
return function(targetId) {
return this.$store.getters.contactInfo(targetId)
}
},
width() {
if (this.duration > 3) {
return (this.duration * 5) + 150