公告模块重构样式

This commit is contained in:
Z
2022-02-21 13:27:46 +08:00
parent 4f7096a9c4
commit 57cba65206
7 changed files with 263 additions and 616 deletions

View File

@@ -59,7 +59,7 @@ const getPendingList = (callback, total) => {
// 群组申请列表,邀请列表
const getGroupPendinglist = (targetId, callback) => {
total = total || 100
let total = 1000
RongIMLib.getConversationList([RongIMLib.ConversationType.SYSTEM], total, 0, (res) => {
if (res.code === 0) {
const pendings = res.conversations.filter((item) => {