|
|
@@ -20021,6 +20021,10 @@ export default {
|
|
|
}
|
|
|
} else if (data.type == 8 && a[i].tool[0] == 45) {
|
|
|
var checkL = JSON.parse(data.content)[0].anwer;
|
|
|
+ if(a[i].testJson.testCount != JSON.parse(data.content)[0].testJson.testCount){
|
|
|
+ continue
|
|
|
+ }
|
|
|
+ console.log('选择题')
|
|
|
for (var z = 0; z < checkL.length; z++) {
|
|
|
if (!this.checkJson[i][z]) {
|
|
|
this.checkJson[i].push({
|