|
|
@@ -243,10 +243,10 @@ function bindEventYS() {
|
|
|
var PClsName = $(this).parent().attr("class"); // 对错题有内容填写必然有correntQue,否则判断条件不成立
|
|
|
if (PClsName.indexOf(" correntQue") > -1) {
|
|
|
PClsName = PClsName.replace(" correntQue", "");
|
|
|
- }
|
|
|
- else {
|
|
|
+ }
|
|
|
+ else {
|
|
|
PClsName = "";
|
|
|
- }
|
|
|
+ }
|
|
|
var NextClsName = $(this).parent().next().attr("class");
|
|
|
var PreClsName = $(this).parent().prev().attr("class");
|
|
|
if ($(this).attr("data-status") == "0") {
|