Browse Source

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

t_finder 1 day ago
parent
commit
e23e09e164
1 changed files with 1 additions and 1 deletions
  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加载失败');
         }