修改客户提出的问题

This commit is contained in:
王创世 2025-04-27 14:12:33 +08:00
parent e7808a87fa
commit 8a463f4fd3
3 changed files with 20 additions and 20 deletions

View File

@ -25,32 +25,32 @@
</NuxtLink>
</li>
<li>
<NuxtLink to="/index_about/" :class="{ 'active': route.path === '/index_about/' }">
<NuxtLink to="/index_about/" :class="{ 'active': route.path === '/index_about/' || route.path === '/index_about' }">
{{ locale == 'zh' ? web_site_cate.biaoti2 : web_site_cate.biaoti2_en }}
</NuxtLink>
</li>
<li>
<NuxtLink to="/index_service/" :class="{ 'active': route.path === '/index_service/' }">
<NuxtLink to="/index_service/" :class="{ 'active': route.path === '/index_service/' ||route.path === '/index_service' }">
{{ locale == 'zh' ? web_site_cate.biaoti3 : web_site_cate.biaoti3_en }}
</NuxtLink>
</li>
<li>
<NuxtLink to="/index_clients/" :class="{ 'active': route.path === '/index_clients/' }">
<!-- <li>
<NuxtLink to="/index_clients/" :class="{ 'active': route.path === '/index_clients/' || route.path === '/index_clients' }">
{{ locale == 'zh' ? web_site_cate.biaoti4 : web_site_cate.biaoti4_en }}
</NuxtLink>
</li>
</li> -->
<li>
<NuxtLink to="/index_news/" :class="{ 'active': route.path === '/index_news/' }">
<NuxtLink to="/index_news/" :class="{ 'active': route.path === '/index_news/' || route.path === '/index_news' }">
{{ locale == 'zh' ? web_site_cate.biaoti6 : web_site_cate.biaoti6_en }}
</NuxtLink>
</li>
<li>
<NuxtLink to="/index_contact/" :class="{ 'active': route.path === '/index_contact/' }">
<NuxtLink to="/index_contact/" :class="{ 'active': route.path === '/index_contact/' || route.path === '/index_contact'}">
{{ locale == 'zh' ? web_site_cate.biaoti7 : web_site_cate.biaoti7_en }}
</NuxtLink>
</li>
<li>
<NuxtLink to="/index_products/" :class="{ 'active': route.path === '/index_products/' }">
<NuxtLink to="/index_products/" :class="{ 'active': route.path === '/index_products/'|| route.path === '/index_products' }">
{{ locale == 'zh' ? web_site_cate.biaoti5 : web_site_cate.biaoti5_en }}
</NuxtLink>
</li>
@ -82,11 +82,11 @@
{{ $t('index_services') }}
</NuxtLink>
</li>
<li class="py-2">
<!-- <li class="py-2">
<NuxtLink to="/index_clients/" :class="{ 'active': route.path === '/index_clients/' }" @click="closeMenu">
{{ $t('index_clients') }}
</NuxtLink>
</li>
</li> -->
<li class="py-2">
<NuxtLink to="/index_news/" :class="{ 'active': route.path === '/index_news/' }" @click="closeMenu">
{{ $t('index_news') }}

View File

@ -88,7 +88,7 @@
swiper-animate-delay="0.1s"></div>
<div class="flex items-center ani" swiper-animate-effect="fadeInUp"
swiper-animate-duration="0.5s" swiper-animate-delay="0.1s">
<NuxtLink to="/index_clients" class="text-white">{{ $t('index_m3') }}</NuxtLink>
<NuxtLink to="/index_service" class="text-white">{{ $t('index_m3') }}</NuxtLink>
<img src="/images/group7.png" alt="">
</div>
</div>
@ -101,33 +101,33 @@
</div>
<div class="flex flex-col md:flex-row w-full justify-center px-4 md:px-0">
<div class="w-full md:w-[205px] mb-5 md:mb-0 ani" swiper-animate-effect="zoomIn"
<div class="w-full md:w-[300px] mb-5 md:mb-0 ani" swiper-animate-effect="zoomIn"
swiper-animate-duration="0.5s" swiper-animate-delay="0.1s">
<h4 class="t2 text-lg md:text-xl font-semibold">{{ locale == 'zh' ?
top_two.home_two_left_title : top_two.en_home_two_left_title }}</h4>
<div class="mt-[10px] md:mt-[15px] leading-[22px] md:leading-[26px] tracking-[1px]">{{ locale ==
<div style="text-align: justify;" class="mt-[10px] md:mt-[15px] leading-[22px] md:leading-[26px] tracking-[1px]">{{ locale ==
'zh' ?
top_two.home_two_left_desc : top_two.en_home_two_left_desc }}</div>
</div>
<span class="hidden md:inline-block mx-[60px] -mb-3 border-r-2 border-white h-[145px] ani"
swiper-animate-effect="zoomIn" swiper-animate-duration="0.5s"
swiper-animate-delay="0.1s"></span>
<div class="w-full md:w-[205px] mb-5 md:mb-0 ani" swiper-animate-effect="zoomIn"
<div class="w-full md:w-[300px] mb-5 md:mb-0 ani" swiper-animate-effect="zoomIn"
swiper-animate-duration="0.5s" swiper-animate-delay="0.1s">
<h4 class="t2 text-lg md:text-xl font-semibold">{{ locale == 'zh' ?
top_two.home_two_center_title : top_two.en_home_two_center_title }}</h4>
<div class="mt-[10px] md:mt-[15px] leading-[22px] md:leading-[26px] tracking-[1px]">{{ locale ==
<div style="text-align: justify;" class="mt-[10px] md:mt-[15px] leading-[22px] md:leading-[26px] tracking-[1px]">{{ locale ==
'zh' ?
top_two.home_two_center_desc : top_two.en_home_two_center_desc }}</div>
</div>
<span class="hidden md:inline-block mx-[60px] -mb-3 border-r-2 border-white h-[145px] ani"
swiper-animate-effect="zoomIn" swiper-animate-duration="0.5s"
swiper-animate-delay="0.1s"></span>
<div class="w-full md:w-[205px] ani" swiper-animate-effect="zoomIn" swiper-animate-duration="0.5s"
<div class="w-full md:w-[324px] ani" swiper-animate-effect="zoomIn" swiper-animate-duration="0.5s"
swiper-animate-delay="0.1s">
<h4 class="t2 text-lg md:text-xl font-semibold">{{ locale == 'zh' ?
top_two.home_two_right_title : top_two.en_home_two_right_title }}</h4>
<div class="mt-[10px] md:mt-[15px] leading-[22px] md:leading-[26px] tracking-[1px]">{{ locale ==
<div style="text-align: justify;" class="mt-[10px] md:mt-[15px] leading-[22px] md:leading-[26px] tracking-[1px]">{{ locale ==
'zh' ?
top_two.home_two_right_desc : top_two.en_home_two_right_desc }}</div>
</div>
@ -209,7 +209,7 @@
<div class="flex items-center ani" swiper-animate-effect="zoomIn" swiper-animate-duration="0.5s"
swiper-animate-delay="0.1s">
<NuxtLink to="/index_clients" class="text-[#0c1923]">{{ $t('index_m3') }}</NuxtLink>
<NuxtLink to="/index_products" class="text-[#0c1923]">{{ $t('index_m3') }}</NuxtLink>
<img src="/images/group7-1.png" alt="">
</div>
@ -286,7 +286,7 @@
? top_four.home_four_title : top_four.en_home_four_title }}</h2>
<div class="ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s"
swiper-animate-delay="0.1s"
style="line-height: 25px;margin-top: 30px;color: #606060;font-size: 14px;">
style="text-align: justify;line-height: 25px;margin-top: 30px;color: #606060;font-size: 14px;">
{{ locale == 'zh'
? top_four.home_four_desc : top_four.en_home_four_desc }}</div>
<div class="ani" swiper-animate-effect="fadeInLeft" swiper-animate-duration="0.5s"

View File

@ -88,7 +88,7 @@ export default {
contact_b2: 'Your name',
contact_b3: 'Your contact information',
contact_b4: 'Leave what you want to say',
contact_b5: 'Send Out',
contact_b5: 'Send',
contact_b6: 'Follow us',
contact_name_required: 'Name is required',