This commit is contained in:
2023-08-24 15:26:02 +08:00
parent 1596959583
commit 97547afc4d
19 changed files with 922 additions and 318 deletions

View File

@@ -75,6 +75,9 @@
if(op.chapter){
param.chapter=op.chapter
}
if(op.examKey){
param.examKey=op.examKey
}
queryQuestion(param).then(res => {
if (res.code == '0000') {
this.questionArr = res.data