ソースを参照

修复收藏和错题排序问题

JXDS18FUJT 1 年間 前
コミット
e59b38124c
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/components/m-do-topic/m-do-topic.vue

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

@@ -1704,7 +1704,7 @@ export default {
                   .map((item) => {
                     return item.id;
                   })
-                  .reverse()
+                 
               : null,
           })
           .then((res) => {
@@ -1753,7 +1753,7 @@ export default {
                   .map((item) => {
                     return item.id;
                   })
-                  .reverse()
+                
               : null,
           })
           .then((res) => {