许成详 6 年之前
父節點
當前提交
5474ed9c07
共有 3 個檔案被更改,包括 3 行新增7 行删除
  1. 1
    1
      src/pages/user/fiveA/page.scss
  2. 0
    4
      src/pages/user/mainPage/index.vue
  3. 2
    2
      src/util/api.js

+ 1
- 1
src/pages/user/fiveA/page.scss 查看文件

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

+ 0
- 4
src/pages/user/mainPage/index.vue 查看文件

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

+ 2
- 2
src/util/api.js 查看文件

1
-const baseUrl = '/api-v2'
2
-// const baseUrl = '/api'
1
+// const baseUrl = '/api-v2'
2
+const baseUrl = '/api'
3
 const wechat = '/wechat/:org'
3
 const wechat = '/wechat/:org'
4
 const guest = '/guest/:org'
4
 const guest = '/guest/:org'
5
 
5