ソースを参照

Merge branch 'v5.9.3sdk' of http://14.18.190.141:3016/tangdehang/android-cloud-H5 into v5.9.3sdk

t_finder 2 日 前
コミット
e23e09e164
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      pages/rtcEngine/rtc.vue

+ 1 - 1
pages/rtcEngine/rtc.vue

@@ -774,7 +774,7 @@ export default {
 
         if(this.sdkLoadStatus === 'success') {
           // 开始运行程序
-          this.start(cloudData);
+          this.$nextTick(()=> this.start(cloudData) );
         }else {
           console.log('SDK加载失败');
         }