Commit 5b5ccf55 by dawei

feat: 测试

parent dfc2be57
Showing with 2 additions and 3 deletions
...@@ -305,8 +305,8 @@ ...@@ -305,8 +305,8 @@
<script src="lib/default.js?v='2024062102'"></script> <script src="lib/default.js?v='2024062102'"></script>
<script> <script>
var betType var betType
$(function(){
if(sessionStorage.lang!=2 && sessionStorage.lang!=0){ if(sessionStorage.lang!=2 && sessionStorage.lang!=0){
$("body").addClass("bg-en") $("body").addClass("bg-en")
$(".layer-rule-content img").attr("src","images/en/rule-text.png") $(".layer-rule-content img").attr("src","images/en/rule-text.png")
$(".en-txt1").text(" player") $(".en-txt1").text(" player")
...@@ -1008,7 +1008,6 @@ $(function(){ ...@@ -1008,7 +1008,6 @@ $(function(){
layer.msg('請稍後重試') layer.msg('請稍後重試')
} }
} }
})
function goBetCallBack() { function goBetCallBack() {
bet(sessionStorage.gameId,betType) bet(sessionStorage.gameId,betType)
......
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