|
@@ -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);
|