|
@@ -1544,7 +1544,7 @@ export default {
|
|
|
switch (that.type) {
|
|
|
case "specify":
|
|
|
api.exam
|
|
|
- .studentQuestionInfoGetQuestionInfoByIds({
|
|
|
+ .studentQuestion2InfoGetQuestionInfoByIds({
|
|
|
ids: this.query.questionIds,
|
|
|
})
|
|
|
.then((res) => {
|
|
@@ -1599,7 +1599,7 @@ export default {
|
|
|
break;
|
|
|
case "exam":
|
|
|
api.exam
|
|
|
- .studentQuestionInfoSelectTestQuestionInfo({
|
|
|
+ .studentQuestionInfo2SelectTestQuestionInfo({
|
|
|
gs: this.query.gs,
|
|
|
subject: this.query.subject,
|
|
|
})
|
|
@@ -1697,7 +1697,7 @@ export default {
|
|
|
"_userWrongIds_" +
|
|
|
this.query.subject;
|
|
|
api.exam
|
|
|
- .studentQuestionInfoGetQuestionInfoByIds({
|
|
|
+ .studentQuestion2InfoGetQuestionInfoByIds({
|
|
|
ids: uni.getStorageSync(storageName)
|
|
|
? uni
|
|
|
.getStorageSync(storageName)
|
|
@@ -1746,7 +1746,7 @@ export default {
|
|
|
"_userCollectionIds_" +
|
|
|
this.query.subject;
|
|
|
api.exam
|
|
|
- .studentQuestionInfoGetQuestionInfoByIds({
|
|
|
+ .studentQuestion2InfoGetQuestionInfoByIds({
|
|
|
ids: uni.getStorageSync(storageName)
|
|
|
? uni
|
|
|
.getStorageSync(storageName)
|
|
@@ -1833,7 +1833,7 @@ export default {
|
|
|
break;
|
|
|
default:
|
|
|
api.exam
|
|
|
- .studentQuestionInfoList({
|
|
|
+ .studentQuestion2InfoList({
|
|
|
...this.query,
|
|
|
})
|
|
|
.then((res) => {
|