im-MIXINS
This commit is contained in:
@@ -47,9 +47,11 @@
|
||||
import utils from '@/utils/index.js'
|
||||
import onGroupDismiss from '@/utils/im/onGroupDismiss.js'
|
||||
import * as RongIMLib from '@/uni_modules/RongCloud-IMWrapper/js_sdk/index'
|
||||
import imBase from '@/utils/im/imBase.js'
|
||||
|
||||
export default {
|
||||
mixins: [
|
||||
mixins: [
|
||||
imBase,
|
||||
onGroupDismiss
|
||||
],
|
||||
data() {
|
||||
@@ -64,13 +66,6 @@
|
||||
selectValue: []
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
contact() {
|
||||
return function(targetId) {
|
||||
return this.$store.getters.contactInfo(targetId)
|
||||
}
|
||||
}
|
||||
},
|
||||
onLoad(e) {
|
||||
this.targetId = e.targetId
|
||||
this.getFriendList()
|
||||
|
||||
Reference in New Issue
Block a user