Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
fix topic
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Mar 23, 2020
1 parent 93aa3f8 commit a87000b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cxmooc-tools/chaoxing/exam.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ module.exports = {
}
for (let i = 0; i < correct.length; i++) {
for (let n = 0; n < options.length; n++) {
let content = common.removeHTML($(optionContent[n]).html());
let content = common.removeHTML($(optionContent[n]).find('a').html());
if (util.dealSpecialSymbol(content) == util.dealSpecialSymbol(correct[i].content)) {
$(options[n]).click();
noticText += correct[i].option + ':' + correct[i].content + '<br/>';
Expand Down

0 comments on commit a87000b

Please sign in to comment.