Commit 459b900e authored by liujiangnan's avatar liujiangnan

debug

parent 4317f9a1
......@@ -506,7 +506,7 @@ function bindRecorderBtn() {
refreshProgress();
//开始录制
// cw.startRecord(keyWord);
cw.startRecord(keyWord);
} else {
$(".recorder-play-icon .recorder-pause").hide();
......@@ -519,9 +519,8 @@ function bindRecorderBtn() {
if (started) {
clearInterval(started);
}
return;
cw.stopRecord(0, function (data) {
return;
//录完后,显示撤销按钮
if (stuUserAspect.firstClickCancel) {
$(".back-tips").show();
......
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