|
@@ -548,7 +548,7 @@
|
|
{$v.bigfont}</h2>
|
|
{$v.bigfont}</h2>
|
|
<p swiper-animate-effect="fadeInLeft" swiper-animate-duration="1s" swiper-animate-delay="0.6s">
|
|
<p swiper-animate-effect="fadeInLeft" swiper-animate-duration="1s" swiper-animate-delay="0.6s">
|
|
{$v.font}</p>
|
|
{$v.font}</p>
|
|
- <span>IT IS A COMPREHENSIVE ENTERPRISE INTEGRATING PRODUCTION TRADE AND SALES</span>
|
|
|
|
|
|
+ <span>{$v.tip}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{/volist}
|
|
{/volist}
|
|
@@ -575,7 +575,7 @@
|
|
<div class="profile-text wow fadeInUp" data-wow-delay="0.5s">
|
|
<div class="profile-text wow fadeInUp" data-wow-delay="0.5s">
|
|
{$home.introduction}
|
|
{$home.introduction}
|
|
</div>
|
|
</div>
|
|
- <a href="about.html" class="profile-more-btn">了解更多</a>
|
|
|
|
|
|
+ <a href="{:addon_url('wwh/column/index', [':diyname'=>'about'])}" class="profile-more-btn">了解更多</a>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="profile-image">
|
|
<div class="profile-image">
|
|
@@ -598,7 +598,7 @@
|
|
<div class="en-title">PRODUCT CLASSIFICATION</div>
|
|
<div class="en-title">PRODUCT CLASSIFICATION</div>
|
|
<div class="cn-title">新闻中心</div>
|
|
<div class="cn-title">新闻中心</div>
|
|
</div>
|
|
</div>
|
|
- <a href="{:addon_url('wwh/index/column', [':diyname'=>'news'])}" target="_blank">MORE ></a>
|
|
|
|
|
|
+ <a href="{:addon_url('wwh/column/index',[':diyname'=>'news'])}" target="_blank">MORE ></a>
|
|
</div>
|
|
</div>
|
|
<div class="news-list">
|
|
<div class="news-list">
|
|
<!-- 新闻卡片,循环输出 -->
|
|
<!-- 新闻卡片,循环输出 -->
|
|
@@ -609,8 +609,8 @@
|
|
<img src="{$v.rec_image|cdnurl}" alt="新闻图片">
|
|
<img src="{$v.rec_image|cdnurl}" alt="新闻图片">
|
|
<div class="news-info">
|
|
<div class="news-info">
|
|
<div class="news-date">
|
|
<div class="news-date">
|
|
- <span class="date-day">03-29</span>
|
|
|
|
- <span class="date-year">2025</span>
|
|
|
|
|
|
+ <span class="date-day">{$v.time|date='m-d',###}</span>
|
|
|
|
+ <span class="date-year">{$v.time|date='Y',###}</span>
|
|
</div>
|
|
</div>
|
|
<div class="news-title">
|
|
<div class="news-title">
|
|
<h3>{$v.title}</h3>
|
|
<h3>{$v.title}</h3>
|