|
@@ -96,8 +96,9 @@
|
|
|
this.options.localAudio = true; //开启麦克风
|
|
|
this.options.localVideo = true; //开启视频
|
|
|
NET.request(API.getLiveData + this.liveId, {}, 'POST').then(res => {
|
|
|
+ debugger
|
|
|
this.enterRoom({
|
|
|
- roomID: Number(res.data.roomID),
|
|
|
+ roomID: Number(res.data.roomId),
|
|
|
userID: uni.getStorageSync("userData").userId,
|
|
|
template: "grid",
|
|
|
});
|