|
|
|
|
48
|
created () {
|
48
|
created () {
|
49
|
var aHeight = document.documentElement.clientHeight,
|
49
|
var aHeight = document.documentElement.clientHeight,
|
50
|
aWidth = document.documentElement.clientWidth
|
50
|
aWidth = document.documentElement.clientWidth
|
51
|
- if (aHeight === 375 && aWidth === 724) {
|
|
|
|
|
51
|
+ if (aHeight === 724 && aWidth === 375) {
|
52
|
this.isIphoneX = true
|
52
|
this.isIphoneX = true
|
53
|
}
|
53
|
}
|
54
|
if (!this.userInfo.customer.MapUser || !this.$route.query.hideTabbar) {
|
54
|
if (!this.userInfo.customer.MapUser || !this.$route.query.hideTabbar) {
|