|
@@ -28,7 +28,7 @@ export default defineComponent({
|
|
|
}
|
|
|
},
|
|
|
async mounted() {
|
|
|
- this.getData()
|
|
|
+ await this.getData()
|
|
|
this.openApp()
|
|
|
},
|
|
|
methods: {
|
|
@@ -84,7 +84,7 @@ export default defineComponent({
|
|
|
api: 'joinLiveRoom',
|
|
|
content: {
|
|
|
roomId: this.liveRoom.roomUid,
|
|
|
- teacherId: this.liveRoom.userId
|
|
|
+ teacherId: this.liveRoom.speakerId
|
|
|
}
|
|
|
})
|
|
|
},
|