From d0b64fa219083dbe7a657fa503a5dbe9dc8c6675 Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Thu, 13 Jul 2023 11:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + src/components/Bottom.vue | 12 ++++++++++-- src/components/detail/Img.vue | 1 + src/components/detail/Intro.vue | 4 +++- src/components/detail/Paragraph.vue | 6 ++++-- src/pages/Hardware.vue | 1 - src/style.scss | 4 ++++ 7 files changed, 23 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 2abc269..f29591d 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + 产品梦工厂 diff --git a/src/components/Bottom.vue b/src/components/Bottom.vue index 36f6db5..d73448b 100644 --- a/src/components/Bottom.vue +++ b/src/components/Bottom.vue @@ -14,13 +14,13 @@ 在线咨询 -
+
拨打电话
-
+
添加微信
@@ -39,6 +39,14 @@ const props = defineProps({ }, }) +const addWeChat = () => { + window.location.href = 'weixin://' +} + +const toPhone = () => { + window.location.href = 'tel:13717892018' +} + const isHard = ref(false) onMounted(() => { if (route.path.indexOf('/hardware') != -1) { diff --git a/src/components/detail/Img.vue b/src/components/detail/Img.vue index dfa0693..7b175ec 100644 --- a/src/components/detail/Img.vue +++ b/src/components/detail/Img.vue @@ -25,6 +25,7 @@ const props = defineProps({ align-items: center; justify-content: space-between; column-gap: 13px; + margin-bottom: 5px; img { width: 100%; height: auto; diff --git a/src/components/detail/Intro.vue b/src/components/detail/Intro.vue index ec7010b..f2f492c 100644 --- a/src/components/detail/Intro.vue +++ b/src/components/detail/Intro.vue @@ -19,6 +19,7 @@ const props = defineProps({ diff --git a/src/pages/Hardware.vue b/src/pages/Hardware.vue index 2ceaa5c..9814b82 100644 --- a/src/pages/Hardware.vue +++ b/src/pages/Hardware.vue @@ -47,7 +47,6 @@ import Hard from '@/static/img/hardware/hardware.png' import Chip from '@/static/img/hardware/chip.png' import HeadLine from 'cpns/HeadLine' import Track from 'cpns/Track' -import Accelerate from '@/static/img/hardware/accelerate.png' import Wu from '@/static/img/hardware/wulianwang.png' import Dian from '@/static/img/hardware/dianji.png' import AboutUs from 'cpns/AboutUs.vue' diff --git a/src/style.scss b/src/style.scss index deb7acd..b947599 100644 --- a/src/style.scss +++ b/src/style.scss @@ -55,3 +55,7 @@ .swiper-button-next { right: 18px !important; } + +* { + -webkit-text-size-adjust: none; +}