Commit 81db47ea by kaisa

feat:更新

parent daa7a955
......@@ -1103,6 +1103,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;
......@@ -1110,7 +1111,6 @@
$(".card-add-box").append(
'<div class="card-add-num">+' + addNum + "</div>"
);
betSound();
}
},
});
......
......@@ -112,7 +112,6 @@ function appCollaboration(msg) {
}
// 露水音效
function betSound() {
isBgMusicClose();
mAudios.water.play();
}
// 中奖音效
......
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