Commit 7eca4e15 authored by 李维's avatar 李维

Bug fix

parent 5695e599
......@@ -189,6 +189,8 @@ export class PlayComponent implements OnInit, OnDestroy {
initGame(){
console.log(this.g_formData);
this.initTestLabel();
setTimeout(() => {
this.initBackground();
this.initXuanZhuanTai();
this.initTable();
......@@ -198,7 +200,7 @@ export class PlayComponent implements OnInit, OnDestroy {
this.initCutter()
this.initHand()
this.initBlackMask()
this.initTestLabel();
}, 10);
}
cleanGameVar(){
......
......@@ -14,7 +14,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<script type="text/javascript" src="http://teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air.js" ></script>
<!-- <script type="text/javascript" src="https://staging-teach.cdn.ireadabc.com/h5template/h5-static-lib/js/air_online.js"></script> -->
</head>
<body>
<app-root></app-root>
......
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