Commit 54716c2c authored by 李维's avatar 李维

Bug fix

parent 988b1d92
...@@ -728,9 +728,9 @@ export class PlayComponent implements OnInit, OnDestroy { ...@@ -728,9 +728,9 @@ export class PlayComponent implements OnInit, OnDestroy {
* 初始化试图 * 初始化试图
*/ */
initView() { initView() {
this.initBackgroundSide()
this.initPic(); this.initPic();
this.initBottomPart(); this.initBottomPart();
this.initBackgroundSide()
} }
initBottomPart() { initBottomPart() {
......
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