Commit f28837ec by kaisa

feat:更新火箭游戏音效

parent 2f7759a3
......@@ -4,17 +4,17 @@
<head>
<meta charset="utf-8" />
<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 content="telephone=no" name="format-detection" />
<meta name="wap-font-scale" content="no" />
<meta content="telephone=no" name="format-detection">
<meta name="wap-font-scale" content="no">
<title></title>
<script src="lib/fsize.js"></script>
<link rel="stylesheet" href="css/base.css" />
<link rel="stylesheet" href="css/layer.css" />
<link rel="stylesheet" href="css/daily.css" />
<link rel="stylesheet" href="css/index.css?v=2024111202" />
<link rel="stylesheet" href="css/liMarquee.css" />
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/layer.css">
<link rel="stylesheet" href="css/daily.css">
<link rel="stylesheet" href="css/index.css?v=2024111202">
<link rel="stylesheet" href="css/liMarquee.css">
<style>
.layui-layer-shade {
opacity: 0.7 !important;
......
......@@ -79,11 +79,11 @@ $(".ref").on("click", function () {
});
function btnHref(e) {
var myJson = {
cid: 12,
reqCode: new Date().getTime(),
data: {
msg: "跳转页面",
jump: e,
"cid": 12,
"reqCode": new Date().getTime(),
"data": {
"msg": "跳转页面",
"jump": e,
},
};
var obj = JSON.stringify(myJson);
......@@ -142,7 +142,7 @@ function appCollaboration(msg) {
} else if (/android/.test(ua)) {
window.yazhai.appCollaboration(msg);
}
} catch (e) {}
} catch (e) { }
}
//处理时间倒计时的函数
function timeDeal(e) {
......@@ -219,10 +219,10 @@ function addDoc(e) {
}
function callFK() {
var obj2 = {
cid: 4,
reqCode: new Date().getTime(),
data: {
msg: "请求客服",
"cid": 4,
"reqCode": new Date().getTime(),
"data": {
"msg": "请求客服",
},
};
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