|
@@ -188,7 +188,9 @@ export class AppComponent {
|
|
|
this.statusBar.styleDefault();
|
|
|
this.splashScreen.hide();
|
|
|
await this.getVersionNumber()
|
|
|
- await this.update.isUpdate()
|
|
|
+ if(this.device.platform=='Android') {
|
|
|
+ await this.update.isUpdate()
|
|
|
+ }
|
|
|
});
|
|
|
}
|
|
|
//android通过返回按钮退出应用
|