Commit 727854bd authored by Chen Jiping's avatar Chen Jiping

fix:修复断线重连时没有清空原来的速度选择问题

parent 888192a8
......@@ -473,6 +473,9 @@ function bindSpeedBtn() {
}
function setSpeed(speed) {
$("#exercise").find(".speed-choice").removeClass('speed-active');
$.each($("#exercise").find(".speed-choice"), function (i, item) {
let value = $(item).attr("data-speed");
......
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 to comment