Commit f28837ec by kaisa

feat:更新火箭游戏音效

parent 2f7759a3
...@@ -4,17 +4,17 @@ ...@@ -4,17 +4,17 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" /> <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta content="telephone=no" name="format-detection" /> <meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no" /> <meta name="wap-font-scale" content="no">
<title></title> <title></title>
<script src="lib/fsize.js"></script> <script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css" /> <link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css" /> <link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/daily.css" /> <link rel="stylesheet" href="css/daily.css">
<link rel="stylesheet" href="css/index.css?v=2024111202" /> <link rel="stylesheet" href="css/index.css?v=2024111202">
<link rel="stylesheet" href="css/liMarquee.css" /> <link rel="stylesheet" href="css/liMarquee.css">
<style> <style>
.layui-layer-shade { .layui-layer-shade {
opacity: 0.7 !important; opacity: 0.7 !important;
......
...@@ -79,11 +79,11 @@ $(".ref").on("click", function () { ...@@ -79,11 +79,11 @@ $(".ref").on("click", function () {
}); });
function btnHref(e) { function btnHref(e) {
var myJson = { var myJson = {
cid: 12, "cid": 12,
reqCode: new Date().getTime(), "reqCode": new Date().getTime(),
data: { "data": {
msg: "跳转页面", "msg": "跳转页面",
jump: e, "jump": e,
}, },
}; };
var obj = JSON.stringify(myJson); var obj = JSON.stringify(myJson);
...@@ -142,7 +142,7 @@ function appCollaboration(msg) { ...@@ -142,7 +142,7 @@ function appCollaboration(msg) {
} else if (/android/.test(ua)) { } else if (/android/.test(ua)) {
window.yazhai.appCollaboration(msg); window.yazhai.appCollaboration(msg);
} }
} catch (e) {} } catch (e) { }
} }
//处理时间倒计时的函数 //处理时间倒计时的函数
function timeDeal(e) { function timeDeal(e) {
...@@ -219,10 +219,10 @@ function addDoc(e) { ...@@ -219,10 +219,10 @@ function addDoc(e) {
} }
function callFK() { function callFK() {
var obj2 = { var obj2 = {
cid: 4, "cid": 4,
reqCode: new Date().getTime(), "reqCode": new Date().getTime(),
data: { "data": {
msg: "请求客服", "msg": "请求客服",
}, },
}; };
var obj = JSON.stringify(obj2); var obj = JSON.stringify(obj2);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment