|
|
@ -31,7 +31,6 @@ |
|
|
let statusBarHeight = this.globalData.CustomBar * (750 / e.windowWidth); |
|
|
let statusBarHeight = this.globalData.CustomBar * (750 / e.windowWidth); |
|
|
this.globalData.fragmentHeight = windowHeight - statusBarHeight |
|
|
this.globalData.fragmentHeight = windowHeight - statusBarHeight |
|
|
this.globalData.isIPhoneX = this.checkIPhoneX(e) |
|
|
this.globalData.isIPhoneX = this.checkIPhoneX(e) |
|
|
console.log(e.windowHeight + ',' + e.windowWidth) |
|
|
|
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|