|
|
@@ -1171,12 +1171,10 @@ function handleAnswerRange() {
|
|
|
//已作答,弹出作答答案
|
|
|
if ($(this).parent().data("ans-status") == "1") {
|
|
|
//移动端添加外部处理
|
|
|
- console.log("2==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
else {
|
|
|
//移动端添加外部处理,弹出作答操作
|
|
|
- console.log("3==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
});
|
|
|
@@ -1365,12 +1363,10 @@ function handleAnswerRange() {
|
|
|
//已作答,弹出作答答案
|
|
|
if ($(this).data("ans-status") == "1") {
|
|
|
//移动端添加外部处理
|
|
|
- console.log("4==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
else {
|
|
|
//移动端添加外部处理,弹出作答操作
|
|
|
- console.log("5==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
});
|
|
|
@@ -1425,7 +1421,6 @@ function reviewAnswer(answerJson) {
|
|
|
$(selectElement).children(".answer-audio-range").children("span").on("click", function () {
|
|
|
$(".answer-body").removeClass("select-answer");
|
|
|
$(selectElement).addClass("select-answer");
|
|
|
- console.log("6==================");
|
|
|
onClickAnswerPoint(JSON.stringify(answerObj));
|
|
|
});
|
|
|
$(selectElement).attr("answer-showanswer", "1");
|
|
|
@@ -1598,7 +1593,6 @@ function backupAllAnswer(answerJson, statusType) {
|
|
|
$(item).children(".answer-audio-range").children("span").on("click", function () {
|
|
|
$(".answer-body").removeClass("select-answer");
|
|
|
$(item).addClass("select-answer");
|
|
|
- console.log("7==================");
|
|
|
onClickAnswerPoint(JSON.stringify(answerList[index]));
|
|
|
});
|
|
|
}
|
|
|
@@ -1652,7 +1646,6 @@ function backupAllAnswer(answerJson, statusType) {
|
|
|
$(item).children(".answer-audio-range").children("span").on("click", function () {
|
|
|
$(".answer-body").removeClass("select-answer");
|
|
|
$(item).addClass("select-answer");
|
|
|
- console.log("8==================");
|
|
|
onClickAnswerPoint(JSON.stringify(answerList[index]));
|
|
|
});
|
|
|
}
|
|
|
@@ -1782,12 +1775,10 @@ function backupAllAnswer(answerJson, statusType) {
|
|
|
//已作答,弹出作答答案
|
|
|
if ($(this).data("ans-status") == "1") {
|
|
|
//移动端添加外部处理
|
|
|
- console.log("9==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
else {
|
|
|
//移动端添加外部处理,弹出作答操作
|
|
|
- console.log("10==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
});
|
|
|
@@ -1814,12 +1805,10 @@ function backupAllAnswer(answerJson, statusType) {
|
|
|
//已作答,弹出作答答案
|
|
|
if ($(this).data("ans-status") == "1") {
|
|
|
//移动端添加外部处理
|
|
|
- console.log("11==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
else {
|
|
|
//移动端添加外部处理,弹出作答操作
|
|
|
- console.log("12==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
});
|
|
|
@@ -1906,7 +1895,6 @@ function backupAllReview(answerJson) {
|
|
|
$(item).children(".answer-audio-range").children("span").on("click", function () {
|
|
|
$(".answer-body").removeClass("select-answer");
|
|
|
$(item).addClass("select-answer");
|
|
|
- console.log("13==================");
|
|
|
onClickAnswerPoint(JSON.stringify(answerList[index]));
|
|
|
});
|
|
|
}
|
|
|
@@ -2019,12 +2007,10 @@ function backupAllReview(answerJson) {
|
|
|
//已作答,弹出作答答案
|
|
|
if ($(this).data("ans-status") == "1") {
|
|
|
//移动端添加外部处理
|
|
|
- console.log("14==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
else {
|
|
|
//移动端添加外部处理,弹出作答操作
|
|
|
- console.log("15==================");
|
|
|
onClickAnswerPoint(JSON.stringify(curObj));
|
|
|
}
|
|
|
});
|