From eac9ec7c83b65aa62675ccbc167e6dbb22f62228 Mon Sep 17 00:00:00 2001 From: guzhenfu <867124018@mslife.com> Date: Sun, 27 Mar 2022 10:15:42 +0800 Subject: [PATCH 1/3] update code --- src/index.less | 4 ++-- src/view/about.vue | 2 +- src/view/exchange.vue | 2 +- src/view/km.vue | 2 +- src/view/main/main.vue | 2 +- src/view/overview.vue | 18 ++++++++---------- 6 files changed, 14 insertions(+), 16 deletions(-) diff --git a/src/index.less b/src/index.less index 60794e2..c34b32c 100755 --- a/src/index.less +++ b/src/index.less @@ -186,8 +186,8 @@ body { font-weight: 900; position: absolute; margin-right: 100px; - left: -40px; - top: 6px; + left: -100px; + top: 0px; text-align: center; line-height: 50px; width: 100px; diff --git a/src/view/about.vue b/src/view/about.vue index d2a5c50..3d0c961 100755 --- a/src/view/about.vue +++ b/src/view/about.vue @@ -22,7 +22,7 @@ - +

{{item.title}}

diff --git a/src/view/exchange.vue b/src/view/exchange.vue index 90e6525..6d1f80f 100755 --- a/src/view/exchange.vue +++ b/src/view/exchange.vue @@ -28,7 +28,7 @@
  • + :src="item.aboutImgUrl"/>

    {{item.title}}

    diff --git a/src/view/km.vue b/src/view/km.vue index 1568c67..d0bc0d7 100755 --- a/src/view/km.vue +++ b/src/view/km.vue @@ -24,7 +24,7 @@ - +

    {{item.title}}

    diff --git a/src/view/main/main.vue b/src/view/main/main.vue index 8773446..855f229 100755 --- a/src/view/main/main.vue +++ b/src/view/main/main.vue @@ -3,7 +3,7 @@ 首页 关于我们 diff --git a/src/view/overview.vue b/src/view/overview.vue index 6452e1b..fe14c8d 100755 --- a/src/view/overview.vue +++ b/src/view/overview.vue @@ -2,7 +2,7 @@
    - + @@ -20,7 +20,7 @@
    - +
    {{imgObj.title}}
    @@ -48,7 +48,7 @@

    {{hangDamic.title}}

    - + @@ -81,7 +81,7 @@ :body-style="{ padding: '0px 20px' }">

    {{item.title}}

    - +
    @@ -98,7 +98,7 @@ :body-style="{ padding: '0px 20px' }">

    {{item.title}}

    - +
    @@ -115,7 +115,7 @@ :body-style="{ padding: '0px 20px' }">

    {{item.title}}

    - +
    @@ -170,7 +170,7 @@ {{item.title}}

    - +
    @@ -186,7 +186,7 @@ {{item.title}}

    - + @@ -321,8 +321,6 @@ export default { }else if(weizhi == "N"){ // 轮播 this.lunBoList = res.data.records - console.log(JSON.stringify(this.hezuoList)) - console.log(id) } } } From 652755bfb241a6389e0deb43f106245da7e99ecd Mon Sep 17 00:00:00 2001 From: guzhenfu <867124018@mslife.com> Date: Sun, 27 Mar 2022 11:17:55 +0800 Subject: [PATCH 2/3] update code --- src/view/overview.vue | 2 +- src/view/vip-service.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/overview.vue b/src/view/overview.vue index fe14c8d..29aaebf 100755 --- a/src/view/overview.vue +++ b/src/view/overview.vue @@ -11,7 +11,7 @@
    重要信息 - 更多>> +
    {{index+1}}、{{o.title}} diff --git a/src/view/vip-service.vue b/src/view/vip-service.vue index 7d8ecea..8e51b31 100644 --- a/src/view/vip-service.vue +++ b/src/view/vip-service.vue @@ -32,7 +32,7 @@ import { ChartBar } from '_c/charts'; + style="width: 100%; "> Date: Sun, 27 Mar 2022 11:19:19 +0800 Subject: [PATCH 3/3] update code --- src/view/overview.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/view/overview.vue b/src/view/overview.vue index e4ddffa..53d6fb3 100755 --- a/src/view/overview.vue +++ b/src/view/overview.vue @@ -340,11 +340,6 @@ export default { }else if(weizhi == "N"){ // 轮播 this.lunBoList = res.data.records -<<<<<<< HEAD -======= - console.log(JSON.stringify(this.lunBoList)) - console.log(id) ->>>>>>> e30a98a1e8fa5d15bcac9b801b3c04b02c6dba55 } } }