Commit b7bd9baf by kaisa

feat:更新露水点击时间

parent f9fb9700
Showing with 1 additions and 2 deletions
...@@ -1073,8 +1073,6 @@ ...@@ -1073,8 +1073,6 @@
} }
function bet(gid, type) { function bet(gid, type) {
layer.msg('点击了应该就直接触发的')
betSound();
$.ajax({ $.ajax({
url: $ip + "/rocketlaunch/playGame", url: $ip + "/rocketlaunch/playGame",
type: "post", type: "post",
...@@ -1106,6 +1104,7 @@ ...@@ -1106,6 +1104,7 @@
layer.msg(data.msg); layer.msg(data.msg);
} else { } else {
myDiamond(); myDiamond();
betSound();
if (type == 1) var addNum = 100; if (type == 1) var addNum = 100;
else if (type == 2) var addNum = 1000; else if (type == 2) var addNum = 1000;
else if (type == 3) var addNum = 10000; 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