diff --git a/src/assets/images/contact-info.png b/src/assets/images/contact-info.png index 2ef69fd..1b8641e 100644 Binary files a/src/assets/images/contact-info.png and b/src/assets/images/contact-info.png differ diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index a592fd6..0a04182 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -38,7 +38,7 @@ v-show="modelType"> + @updateModelType="updateType"> diff --git a/src/layouts/navbar/index.vue b/src/layouts/navbar/index.vue index 0057e7d..7c02c76 100644 --- a/src/layouts/navbar/index.vue +++ b/src/layouts/navbar/index.vue @@ -30,7 +30,7 @@ import mixins from '@/mixins/article' import { mapState, mapMutations, mapGetters } from 'vuex' import Setting from '@/setting' export default { - props: ['isHome', 'isEstate', 'isIasf', 'updateModelType'], + props: ['isHome', 'isEstate', 'isIasf'], mixins: [mixins], data () { return { @@ -159,6 +159,7 @@ export default { this.getPath(this.menus, id || this.menus[0].id) this.columnTo(this.toItem) this.$parent.showSearch = false + this.$emit('updateModelType', false) } } }; diff --git a/src/pages/index/list/index.vue b/src/pages/index/list/index.vue index d0e389f..c194480 100644 --- a/src/pages/index/list/index.vue +++ b/src/pages/index/list/index.vue @@ -931,12 +931,7 @@ export default { .wrap { .carousel { .text-wrap { - top: 47%; - flex-direction: column; - align-items: flex-start; - } - .qrcode-wrap { - margin: 0 0 20px 0; + top: 49%; } h6 { font-size: 1.8rem; @@ -977,7 +972,7 @@ export default { .wrap { .carousel { .text-wrap { - top: 47%; + left: 20px; } .qrcode { width: 80px; diff --git a/src/pages/supplier/index.vue b/src/pages/supplier/index.vue index f3e38ea..2eaeb46 100644 --- a/src/pages/supplier/index.vue +++ b/src/pages/supplier/index.vue @@ -113,6 +113,9 @@ +