12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <!DOCTYPE html>
- <!-- saved from url=(0051)http://free.liaoningdoupo.com/static/liveIndex.html -->
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>吉林省计算中心</title>
- <link rel="stylesheet" type="text/css" href="css/style.css">
- <link rel="stylesheet" type="text/css" href="css/mubu2017.css">
- <link rel="stylesheet" type="text/css" href="css/iconfont.css">
- </head>
- <styLe>
- div[data-v-de97bcec] a {
- color: #ff0;
- font-size: 16px;
- position: relative;
- top: 97px;
- left: -105px;
- }
- </styLe>
- <body>
- <div class="mubu">
- <div class="mubu_main liveIndex">
- <div class="info">
- <div class="infoTwo">
- <div class="infoThree">
- <img src="./images/logo.png">
- <p id="resP" class="title">吉林省计算中心科技直播大厅</p>
- <p>主办方:吉林省计算中心</p>
- <p>承办方:吉林省计算中心</p>
- <p>技术支持:长春市福瑞科技有限公司</p>
- <a class="childpage" onclick="btnDirect()">进入活动现场<i class="iconfont icon-bofang"></i></a>
- <br>
- </div>
- </div>
- </div>
- </div>
- <div class="yanhua2"></div>
- <div class="yanhua3"></div>
- <div class="yanhua4"></div>
- </div>
- <div class="mubu_left"></div>
- <div class="mubu_right"></div>
- <div class="mubu_top"></div>
- </body>
- <script src="./js/jquery-1.8.3.min.js"></script>
- <script language="javascript">
- var query = window.location.search.substring(1);
- var str = query.substring(3);
- console.log(str);
- function btnDirect() {
- console.log(query);
- // window.open('../direct?'+query)
- window.location.href = "../direct?"+query
- }
- $.ajax({
- type: 'GET',
- contentType: 'application/json',
- url: 'http://free.liaoningdoupo.com/api/live/dock/'+str,
- dataType : "jsonp",
- success: function(data){
- // 从Controller里取得对象数组
- var res = data.res;
- console.log(data);
- if (res) {
- $("#resP").val();
- }
- },
- error: function(){
- // 请求错误时,提示用户
- console.log('系统错误');
- }
- });
- </script>
- </html>
|