| ¶Ô±ÈÐÂÎļþ |
| | |
| | | <!DOCTYPE html> |
| | | <html lang="en"> |
| | | <head> |
| | | <meta charset="UTF-8"> |
| | | <title>å¨æè¯¦æ
</title> |
| | | <link rel="stylesheet" href="./assets/common.css"> |
| | | <link rel="stylesheet" href="./assets/dynamics_details.css"> |
| | | <link rel="stylesheet" href="./assets/animate.css"> |
| | | <link rel="stylesheet" href="./assets/animate.min.css"> |
| | | <link rel="stylesheet" href="./assets/swiper.css"> |
| | | <script src="./js/jquery.js"></script> |
| | | <script src="./js/swiper.js"></script> |
| | | <script src="./js/dynamics_details.js"></script> |
| | | <script src="./js/selectFilter.js"></script> |
| | | <link rel="stylesheet" href="./assets/selectFilter.css"> |
| | | </head> |
| | | <body> |
| | | <div class="index"> |
| | | <div id="header"> |
| | | <div class="nav"> |
| | | <div class="nav-logo"> |
| | | <img src="./assets/images/top_logo@2x.png" alt="logo"> |
| | | </div> |
| | | <ul> |
| | | <li> |
| | | <a href="./index.html">é¦é¡µ</a> |
| | | </li> |
| | | <li> |
| | | <a href="./intelligent_system.html">æºæ
§ç³»ç»</a> |
| | | </li> |
| | | <li> |
| | | <a href="./solution.html">è§£å³æ¹æ¡</a> |
| | | </li> |
| | | <li> |
| | | <a href="./alot.html">Alotç©è</a> |
| | | </li> |
| | | <li> |
| | | <a href="./dynamics.html">ææ°å¨æ</a> |
| | | <div class="underline"></div> |
| | | </li> |
| | | <li> |
| | | <a href="./about.html">å
³äºæä»¬</a> |
| | | </li> |
| | | <li> |
| | | <a href="./about.html#section1">æ¸ éåä½</a> |
| | | </li> |
| | | </ul> |
| | | <a href="./about.html#section1" class="nav-btn">å
è´¹è¯ç¨</a> |
| | | </div> |
| | | </div> |
| | | <div style="width: 100%; height: 70px;"></div> |
| | | <div class="index-a"> |
| | | <span class="index-a-tips">ææ°å¨æ</span> |
| | | <span class="index-a-go"> > </span> |
| | | <span class="index-a-tips1">æç« 详æ
</span> |
| | | </div> |
| | | <div class="index-a-info"> |
| | | <div class="index-a-info-title"></div> |
| | | <div class="index-a-info-date"></div> |
| | | <div class="index-a-info-x"></div> |
| | | <div class="index-a-info-content"></div> |
| | | </div> |
| | | <div id="footer"></div> |
| | | </div> |
| | | <script type="text/javascript"> |
| | | let url = 'http://121.41.112.139:8099' |
| | | |
| | | function getParameterByName(name, url) { |
| | | if (!url) url = window.location.href; |
| | | name = name.replace(/[\[\]]/g, "\\$&"); |
| | | var regex = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)"), |
| | | results = regex.exec(url); |
| | | if (!results) return null; |
| | | if (!results[2]) return ''; |
| | | return decodeURIComponent(results[2].replace(/\+/g, " ")); |
| | | } |
| | | |
| | | // è·åé¦é¡µè½®æå¾ |
| | | $.ajax({ |
| | | async: false, |
| | | url: url + '/dmttwebsite/web/api/informationDetail?id=' + getParameterByName('id'), |
| | | type: 'get', |
| | | contentType: "application/json", |
| | | success: function (res) { |
| | | console.log(res) |
| | | $('.index-a-info-title').text(res.data.title) |
| | | $('.index-a-info-date').text(res.data.releaseDate) |
| | | $('.index-a-info-content').html(res.data.content) |
| | | } |
| | | }) |
| | | </script> |
| | | </body> |
| | | </html> |