Ver código fonte

已经替换题目的接口

JXDS18FUJT 1 ano atrás
pai
commit
886c22a4a3

+ 5 - 5
src/components/m-do-topic/m-do-topic.vue

@@ -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) => {

+ 2 - 2
src/otherPages/classifyChoose/index.vue

@@ -6,8 +6,8 @@
       <van-cell title-class="uni-app-fontsize-paragraph" class="cell" :title="item.title" is-link center v-for="(item, index) in classDataLeft" :key="index" :border="false" @click="
   () => {
     goExercise({
-      excellIssueName: item.excellIssueName,
-      sort: 2,
+      model:'cart',
+      chapterId: item.columnId,
 
     });
   }