WuKongIM / WuKongIMJSSDK

Javascript for WuKongIM
21 stars 37 forks source link

vue2的情况下获取到频道信息后视图不刷新 #10

Closed Super-jie6 closed 5 months ago

Super-jie6 commented 5 months ago

image image 构造Conversation会话里的channelInfo只可读触发的这个问题吗

tangtaoit commented 5 months ago

WKSDK.shared().channelManager.addListener(channelInfoListener) 有没有在监听器里重新触发渲染?

参考: https://github.com/WuKongIM/WuKongIMJSSDK/blob/main/examples/src/components/Conversation/index.vue#L54