Bladeren bron

Merge commit '77ede4e1326e11ce2c670bf6f25eb10073c178b3' into gzb

gzb
guozhongbo 1 jaar geleden
bovenliggende
commit
4c51cfa569
5 gewijzigde bestanden met toevoegingen van 7 en 4 verwijderingen
  1. 1
    1
      index.html
  2. 3
    0
      js/index.js
  3. 1
    1
      js/news.js
  4. 1
    1
      sections/news.html
  5. 1
    1
      sections/news_detail.html

+ 1
- 1
index.html Bestand weergeven

@@ -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 Bestand weergeven

@@ -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,

+ 1
- 1
js/news.js Bestand weergeven

@@ -15,7 +15,7 @@ $(function () {
15 15
   function loadNewsList(params) {
16 16
     let newsItemHtml = "";
17 17
     $.each(params.list, function (newsIndex, newsItem) {
18
-      newsItemHtml =
18
+      newsItemHtml +=
19 19
         '<div class="news_list_item" data-newsid="' +
20 20
         newsItem.newsid +
21 21
         '"><img class="news_item_img" src="' +

+ 1
- 1
sections/news.html Bestand weergeven

@@ -17,7 +17,7 @@
17 17
       <img src="../img/news/news_banner.png" />
18 18
       <div class="news_header_info">
19 19
         <div class="news_header_title">新闻资讯</div>
20
-        <div class="news_header_stitle">星火最新资讯,让一切皆有可能</div>
20
+        <div class="news_header_stitle">聚焦行业资讯,掌握前沿发展脉络</div>
21 21
       </div>
22 22
     </div>
23 23
     <div class="news_info">

+ 1
- 1
sections/news_detail.html Bestand weergeven

@@ -17,7 +17,7 @@
17 17
       <img src="../img/news/news_banner.png" />
18 18
       <div class="news_header_info">
19 19
         <div class="news_header_title">新闻资讯</div>
20
-        <div class="news_header_stitle">星火最新资讯,让一切皆有可能</div>
20
+        <div class="news_header_stitle">聚焦行业资讯,掌握前沿发展脉络</div>
21 21
       </div>
22 22
     </div>
23 23
     <div class="news_detail_box">

Laden…
Annuleren
Opslaan