勉强解决

This commit is contained in:
2020-08-08 16:14:25 +08:00
parent 9e96eeb575
commit 5abe5620f5
2 changed files with 15 additions and 3 deletions

View File

@@ -388,7 +388,10 @@ export default {
that.list= res.data.data
}
})
},6 * 1000)
that.$forceUpdate();
console.log(that.room)
},60 * 1000)
uni.request({
url:"https://dmmall.sdbairui.com/api/Specialci/livingUserInfo",
data:{
@@ -431,7 +434,7 @@ export default {
that.chatRoomService.initialWhenNewMessage(that.whenNewMessage);
//获取当前聊天室数据
that.room = that.chatRoomService.room;
console.log(that.room)
}
})
} catch (error) {