Commit c70a9fbd by Chao Sun
parents 65175678 f91b89c4
...@@ -8,7 +8,9 @@ declare const wx: any; ...@@ -8,7 +8,9 @@ declare const wx: any;
}) })
export class AppComponent { export class AppComponent {
constructor(private eventBusService: EventBusService) { constructor(private eventBusService: EventBusService) {
this.wxConfig(); setTimeout(() => {
this.wxConfig();
}, 500)
} }
wxConfig() { wxConfig() {
......
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