浏览代码

修复收藏和错题排序问题

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