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

Bug fix

parent 5695e599
...@@ -189,16 +189,18 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -189,16 +189,18 @@ export class PlayComponent implements OnInit, OnDestroy {
initGame(){ initGame(){
console.log(this.g_formData); console.log(this.g_formData);
this.initBackground();
this.initXuanZhuanTai();
this.initTable();
this.initShowWindow();
this.initCard_up();
this.initCard_down();
this.initCutter()
this.initHand()
this.initBlackMask()
this.initTestLabel(); this.initTestLabel();
setTimeout(() => {
this.initBackground();
this.initXuanZhuanTai();
this.initTable();
this.initShowWindow();
this.initCard_up();
this.initCard_down();
this.initCutter()
this.initHand()
this.initBlackMask()
}, 10);
} }
cleanGameVar(){ cleanGameVar(){
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" /> <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="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> </head>
<body> <body>
<app-root></app-root> <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