Browse Source

Signed-off-by: liuboyan <632697560@qq.com>
id

liuboyan 4 năm trước cách đây
mục cha
commit
0d646f9a25
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pagesGood/pickVideo.vue

+ 2 - 2
pagesGood/pickVideo.vue

@@ -41,8 +41,8 @@
 			NET.request(API.linkPickVideo, {
 				tenantCode : options.tenantCode
 			}, 'GET').then(res => {
-				this.liveId = res.liveId
-				this.roomId = res.roomId
+				this.liveId = res.data.liveId
+				this.roomId = res.data.roomId
 				wx.setKeepScreenOn({
 					keepScreenOn: true
 				}); // 获取 rtcroom 实例