소스 검색

Merge branch '2.1.0' of http://git.ycjcjy.com/SpaceOfCheng/wechat into 2.1.0

yuantianjiao 6 년 전
부모
커밋
d5e2557ba6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/user/mainPage/index.vue

+ 1
- 1
src/pages/user/mainPage/index.vue 파일 보기

@@ -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) {