Przeglądaj źródła

首页跳转

gzb
wangzhonglu 1 rok temu
rodzic
commit
77ede4e132
2 zmienionych plików z 4 dodań i 1 usunięć
  1. 1
    1
      index.html
  2. 3
    0
      js/index.js

+ 1
- 1
index.html Wyświetl plik

@@ -69,7 +69,7 @@
69 69
             src="./img/home/superiority/fuwu.png"
70 70
           />
71 71
           <div class="superiority_item_title">服务保障</div>
72
-          <div class="superiority_item_stitle">全流程 全方 位服务保障</div>
72
+          <div class="superiority_item_stitle">全流程、全方位服务保障</div>
73 73
         </div>
74 74
       </div>
75 75
       <div class="home_scheme_info">

+ 3
- 0
js/index.js Wyświetl plik

@@ -3,6 +3,9 @@ $(function () {
3 3
   $(".footer_root").load("./sections/comm/footer.html");
4 4
   // nav传值显示下划线
5 5
   $(".header_root").data("nav_info", null);
6
+  $(".scheme_left_btn").click(function () {
7
+    window.location.href = "/sections/product.html";
8
+  });
6 9
   let _homeSwiperTimer = null;
7 10
   let homeSwiper = new Swiper(".home_swiper_container.swiper-container", {
8 11
     loop: true,

Ładowanie…
Anuluj
Zapisz