Commit 5f8cd4e2 authored by limingzhe's avatar limingzhe

feat: 断线 重连 打开

parent 72856283
...@@ -593,6 +593,7 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -593,6 +593,7 @@ export class PlayComponent implements OnInit, OnDestroy {
this.initHotZone(); this.initHotZone();
this.setOneBtn(); this.setOneBtn();
this.initMaskPic(); this.initMaskPic();
this.relink();
// this.gameStart(); // this.gameStart();
...@@ -610,7 +611,6 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -610,7 +611,6 @@ export class PlayComponent implements OnInit, OnDestroy {
// this.isTeacher = false; // this.isTeacher = false;
// this.gameStart(); // this.gameStart();
// this.relink();
// // this.gameStart(); // // this.gameStart();
// // this.testInput() // // this.testInput()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment