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

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

@@ -530,7 +530,7 @@ export default {
     async initclient() {
       this.userId_ = this.user.uid;
       const _userid = 'meetu-' + this.userId_;
-      const res = await this.gensignFetch({ userid: this.userId_ });
+      const res = await this.gensignFetch({ userid: _userid });
       if (this.$checkRes(res)) {
         this.client_ = TRTC.createClient({
           mode: 'live',