Browse Source

Merge commit '77ede4e1326e11ce2c670bf6f25eb10073c178b3' into gzb

gzb
guozhongbo 1 year ago
parent
commit
4c51cfa569
5 changed files with 7 additions and 4 deletions
  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 View File

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

+ 3
- 0
js/index.js View File

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

+ 1
- 1
js/news.js View File

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

+ 1
- 1
sections/news.html View File

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

+ 1
- 1
sections/news_detail.html View File

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

Loading…
Cancel
Save