Commit 1e719147 by kaisa

feat:更新火箭升空露水声音

parent e9e11893
Showing with 2 additions and 1 deletions
......@@ -1083,6 +1083,7 @@
chipItem: type,
},
success: function (data) {
betSound();
// console.log('用户登船',data)
if (data.code == -116) {
if (sessionStorage.lang == 2 || sessionStorage.lang == 0)
......@@ -1104,7 +1105,7 @@
layer.msg(data.msg);
} else {
myDiamond();
betSound();
if (type == 1) var addNum = 100;
else if (type == 2) var addNum = 1000;
else if (type == 3) var addNum = 10000;
......
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