liuyu 5 年之前
父節點
當前提交
541e43fc07
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/live/roomDetail.vue

+ 3 - 3
src/views/live/roomDetail.vue

@@ -147,7 +147,7 @@ export default {
       client_: null,
       localStream_: null,
       sdkAppId_: '1400380125',
-      userId_: '',
+      userId_: '123123',
       roomInfos: {},
       sendmemo: '',
       total: 0,
@@ -494,7 +494,7 @@ export default {
       console.log(this.sendmemo);
     },
     async initclient() {
-      this.userId_ = this.user.uid;
+      // this.userId_ = this.user.uid;
       const res = await this.gensignFetch({ userid: this.userId_ });
       if (this.$checkRes(res)) {
         this.client_ = TRTC.createClient({
@@ -800,7 +800,7 @@ export default {
 }
 .look-video-right {
   float: right;
-  background: red;
+  background: #000;
   grid-area: 1/1/3/4;
   justify-content: flex-end;
 }