|
|
@@ -769,9 +769,10 @@ function dealRecvHSFills() {
|
|
|
|
|
|
// 渲染句型套句型情况
|
|
|
function dealJXQTFunc() {
|
|
|
+ $(".phraseStyle").attr("data-rsstatus", "0");
|
|
|
$.each($(".phraseStyle[data-setstatus='1']"), function () {
|
|
|
if ($(this).find(".phraseStyle[data-setstatus='1']").length > 0) {
|
|
|
- $(this).find(".phraseStyle[data-setstatus='1']").css("border", "1px dashed red");
|
|
|
+ $(this).find(".phraseStyle[data-setstatus='1']").attr("data-rsstatus", "1");
|
|
|
}
|
|
|
});
|
|
|
}
|