|
@@ -148,7 +148,7 @@ export default {
|
|
|
let data = {};
|
|
|
data.roomid = this.id;
|
|
|
data.roomname = this.roomname;
|
|
|
- data.userid = this.user.userid;
|
|
|
+ data.userid = this.user.uid;
|
|
|
data.username = this.user.name;
|
|
|
const res = await this.lookuserFetch(data);
|
|
|
// 根据房间id查询房间详细信息
|