1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta charset="UTF-8">
- <title>双子星</title>
- <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>
- <header>
- <div class="navbar">
- <div class="container-fluid">
- <img src="image/39ce1a05e2bb4fb0833a4ff9c55511f3.png" />
- </div>
- </div>
- </header>
- <div class="wrap">
- <div class="page" id="page">
- <div class="download-btn-2">
- <img class="btn-android" src="image/android.png" alt=""
- style="width: 57%; margin-bottom: 20px; display: block;">
- </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")
- $('.download-btn-2').click(function() {
- var warids = {
- "pointName": "云游戏投放-新大话梦游-下载"
- }
- $.ajax({
- url: baseUrl + "/api/public/v1/systemBuriedPoint/stat",
- data: warids,
- type: 'post',
- dataType: 'json',
- success: function(data) {
-
- }
- })
- window.location.href =
- 'https://www.androidscloud.com/admin/attachment/download/2117e9b7f3734b16b81b9d7bb1c5a601'
- })
-
- $(function() {
- pushHistory();
- function pushHistory() {
- var warids = {
- "pointName": "云游戏投放-新大话梦游-访问"
- }
- $.ajax({
- url: baseUrl + "/api/public/v1/systemBuriedPoint/stat",
- data: warids,
- type: 'post',
- dataType: 'json',
- success: function(data) {
- }
- })
- }
- });
- </script>
- </html>
|