Browse Source

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

yuantianjiao 6 years ago
parent
commit
185da9ad1d
2 changed files with 1 additions and 5 deletions
  1. 1
    1
      src/pages/user/fiveA/page.scss
  2. 0
    4
      src/pages/user/mainPage/index.vue

+ 1
- 1
src/pages/user/fiveA/page.scss View File

@@ -94,7 +94,7 @@
94 94
         &>ul{
95 95
           margin: 0 .2rem;
96 96
           &>li{
97
-            padding: .15rem 0;
97
+            padding: 0;
98 98
             border-top: .01rem solid #eee;
99 99
             &:first-child{
100 100
               border-top: none;

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

@@ -43,17 +43,13 @@ export default {
43 43
     })
44 44
   },
45 45
   components: {
46
-
47 46
   },
48 47
   created () {
49
-    console.log(this.$route.query)
50
-    console.log(this.userInfo)
51 48
     if (!this.userInfo.customer.MapUser || !this.$route.query.hideTabbar) {
52 49
       this.showTabBar = true
53 50
     }
54 51
   },
55 52
   methods: {
56
-
57 53
   }
58 54
 }
59 55
 </script>