提交 d9e00e6b 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 uni-im v3.4.31+ 未读消息总数不再依赖本地会话数据而统计

上级 0d77907a
......@@ -35,17 +35,6 @@
}
},
async onReady() {
if(!uniIm.isWidescreen){
uni.showLoading({
mask: true
});
try{
await uniIm.conversation.loadMore()
}catch(e){
console.log(e)
}
uni.hideLoading()
}
},
methods: {
//未读系统通知数量
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册