gemercheung 3 tahun lalu
induk
melakukan
a52baa125a
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      src/scene/scene.service.ts

+ 2 - 2
src/scene/scene.service.ts

@@ -919,17 +919,17 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
               this.frameCnt.value,
           );
           // 第二次或N次进入时如果有值直接重新进入流主程
+          this.holdSteam();
           this.handlePushJoyStickSteamSeq(complementFrame);
           this.globalOptLock = true;
         } else {
           console.log('20220627test-complementFrame 结束');
           // 第二次或N次无pool数据再次trigger handleJoystickStop
-          console.log('gemer-test-complementFrame-空2');
           this.hasJoystickFocusRepeat = false;
           this.testTimer = 0;
           //this.handleJoystickStop(hasPush);
           this.globalOptLock = false;
-          // this.resumeStream();
+          this.resumeStream();
         }
       } else {
         this.handleJoystickStop(hasPush);