123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>双子星X云·战神新世纪</title>
- <meta name="description" content="双子星X云·战神新世纪" />
- <meta name="keywords" content="双子星 龙武" />
- <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
- <link rel="stylesheet" type="text/css" href="css/style.css" />
- </head>
- <body>
- <div class="wrap">
- <div class="pageGfwx" id="page">
- <div class="btn">
- <img src="image/gfxx/btn.png" />
- </div>
- </div>
- </div>
- </body>
- <script src="js/jquery-1.11.0.min.js"></script>
- <script>
- var html = document.querySelector("html");
- var clientWidth = html.getBoundingClientRect().width;
- html.style.fontSize = clientWidth / 23.4375 + "px";
- var baseUrl = window.location.protocol + '//' + window.location.host
- const clientheight = window.screen.height;
- // $('#page').css('height', clientheight / (clientWidth / 23.4375) + "rem")
- $('.btn').click(function () {
- clickDown()
- })
- function clickDown() {
- var warids = {
- "pointName": "云游戏投放-云战神新世纪-下载"
- }
- $.ajax({
- url: baseUrl + "/api/public/v1/systemBuriedPoint/stat",
- data: JSON.stringify(warids),
- type: 'post',
- contentType: "application/json;charset=UTF-8",
- dataType: 'json',
- cache: false,
- success: function (data) {
- }
- })
- window.location.href =
- 'http://110.53.221.195:8210/document/newFile/download/1/edv834e74a9c43eaac02/LowLevelMultipartUpload_16130773867230003211/shuangzixing.apk'
- }
- $(function () {
- pushHistory();
- function pushHistory() {
- var warids = {
- "pointName": "云游戏投放-云战神新世纪-访问"
- }
- $.ajax({
- url: baseUrl + "/api/public/v1/systemBuriedPoint/stat",
- data: JSON.stringify(warids),
- type: 'post',
- dataType: 'json',
- contentType: "application/json;charset=UTF-8",
- cache: false,
- success: function (data) {
- }
- })
- }
- });
- </script>
- </html>
|