Explorar el Código

fix:答疑排序调整

Tang hace 3 años
padre
commit
4db49a9599
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/pages/course-detail/index.vue

+ 1 - 1
src/pages/course-detail/index.vue

@@ -5780,7 +5780,7 @@ export default {
               }
             }
           });
-          self.answerList = data1;
+          self.answerList = data1.reverse();
         });
     },
     courseCourseList() {