pengchanglu 3 lat temu
rodzic
commit
1c421f9386

+ 2 - 0
addons/wwh/view/index/index.html

@@ -84,6 +84,7 @@
           <div class="title wow fadeInUp" data-wow-delay="200ms">{$home['about_title']}</div>
           <div class="desc wow fadeInUp" data-wow-delay="300ms">{$home['introduction']}</div>
         </div>
+<!--
         <div class="num-box">
           <div class="item wow fadeInUp" data-wow-delay="400ms">
             <p class="num"> <span>{$home['title1']}</span>年</p>
@@ -104,6 +105,7 @@
             </div>
           </div>
         </div>
+-->
       </div>
     </div>
   </div>

+ 5 - 5
application/extra/site.php

@@ -4,23 +4,23 @@ return array (
   'name' => '生猪屠宰溯源平台',
   'beian' => '皖ICP备2022001240号',
   'cdnurl' => '',
-  'version' => '1.0.7',
+  'version' => '1.0.8',
   'timezone' => 'Asia/Shanghai',
   'forbiddenip' => '',
-  'languages' => 
+  'languages' =>
   array (
     'backend' => 'zh-cn',
     'frontend' => 'zh-cn',
   ),
   'fixedpage' => 'dashboard',
-  'categorytype' => 
+  'categorytype' =>
   array (
     'default' => 'Default',
     'page' => 'Page',
     'article' => 'Article',
     'test' => 'Test',
   ),
-  'configgroup' => 
+  'configgroup' =>
   array (
     'basic' => 'Basic',
     'email' => 'Email',
@@ -35,7 +35,7 @@ return array (
   'mail_smtp_pass' => 'password',
   'mail_verify_type' => '2',
   'mail_from' => '10000@qq.com',
-  'attachmentcategory' => 
+  'attachmentcategory' =>
   array (
     'category1' => 'Category1',
     'category2' => 'Category2',

+ 2 - 2
public/assets/addons/wwh/js/index.js

@@ -50,9 +50,9 @@ $(function () {
     prevButton: '.swiper-button-prev',
     observer:true,
     observeParents:true,
-    autoplay:4000,
+    autoplay:800,
     loop:true,
-    speed:800,
+    speed:300,
 
     onInit: function (swiper) {
       if ($('.swiper_in1 .swiper-slide').eq(swiper.activeIndex).find('video').length == 0) {