git 修复
This commit is contained in:
@@ -267,7 +267,8 @@ Page({
|
||||
new_conversationList.push(item);
|
||||
})
|
||||
};
|
||||
//console.log(new_conversationList);
|
||||
console.log(2222);
|
||||
console.log(new_conversationList);
|
||||
this.setData({
|
||||
conversationList: new_conversationList
|
||||
})
|
||||
@@ -296,7 +297,8 @@ Page({
|
||||
let userID = wx.getStorageSync('user_id_'+usertype);
|
||||
let totalUnreadCount = 0;
|
||||
let message_inquiry_type = this.data.message_inquiry_type;
|
||||
//console.log(this.data.conversationList);
|
||||
console.log(11111);
|
||||
console.log(this.data.conversationList);
|
||||
this.data.conversationList.forEach(item => {
|
||||
let conversationID = item.conversationID;
|
||||
if(conversationID == "C2Cadministrator") return;//如果是管理员消息直接跳过
|
||||
|
||||
Reference in New Issue
Block a user