许成详 6 years ago
parent
commit
f3c3569600
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/user/mainPage/index.vue

+ 1
- 1
src/pages/user/mainPage/index.vue View File

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