Commit 116ae9a8 authored by liujiangnan's avatar liujiangnan

debg

parent 459b900e
......@@ -506,7 +506,7 @@ function bindRecorderBtn() {
refreshProgress();
//开始录制
cw.startRecord(keyWord);
// cw.startRecord(keyWord);
} else {
$(".recorder-play-icon .recorder-pause").hide();
......@@ -519,8 +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