diff --git a/app.js b/app.js index acb0edc..e63215c 100644 --- a/app.js +++ b/app.js @@ -31,7 +31,6 @@ let statusBarHeight = this.globalData.CustomBar * (750 / e.windowWidth); this.globalData.fragmentHeight = windowHeight - statusBarHeight this.globalData.isIPhoneX = this.checkIPhoneX(e) - console.log(e.windowHeight + ',' + e.windowWidth) } }) },