liuyu před 4 roky
rodič
revize
e8aaa539cc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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',