console
This commit is contained in:
parent
6531a7a475
commit
ac0b6aa204
@ -176,8 +176,11 @@ Page({
|
||||
// console.log("getConversationListgetConversationListgetConversationList");
|
||||
app.imInit().then(res => {
|
||||
// console.log("wenzhen onload imInit: ", res);
|
||||
|
||||
wx.$TUIKit.getConversationList().then((imResponse) => {
|
||||
// console.log("imResponse.data.conversationList from wenzhen_v2: ", imResponse.data.conversationList);
|
||||
console.log("监听会话接口列表")
|
||||
console.log(imResponse.data.conversationList)
|
||||
this.setData({
|
||||
conversationList: imResponse.data.conversationList,
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user