Commit bc1f216d by kaisa

feat:测试正式失败声音

parent f88551ff
Showing with 2 additions and 2 deletions
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
<script src="lib/jquery-3.1.1.min.js"></script> <script src="lib/jquery-3.1.1.min.js"></script>
<script src="layer-v3.1.0/layer/layer.js"></script> <script src="layer-v3.1.0/layer/layer.js"></script>
<script src="lib/liMarquee.js"></script> <script src="lib/liMarquee.js"></script>
<script src="lib/default.js?v='2024062104'"></script> <script src="lib/default.js?v='20250908111'"></script>
<script> <script>
var betType var betType
...@@ -623,7 +623,7 @@ ...@@ -623,7 +623,7 @@
// 倒计时3s的时候播放倒计时音效 // 倒计时3s的时候播放倒计时音效
clock(numArr[0], numArr[1]); clock(numArr[0], numArr[1]);
$(".go-btn").unbind("click").on("click", function () { $(".go-btn").unbind("click").on("click", function () {
if (getUrlParams().isAllowDialog == 1 && getUrlParams().appversion >= 7620) { if (getUrlParams().isAllowDialog == 1 && getUrlParams().appversion >= 7620) {
var obj = { var obj = {
......
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