MrShi
2026-02-06 05aec1e9986fbe3e907259bb1a1396f129bd0fa1
mini-program/pages/ranking-list/ranking-list.vue
@@ -25,7 +25,7 @@
      },
      methods: {
         getAll() {
            this.$u.api.categoryList({ type: 1 })
            this.$u.api.categoryList({ type: 1, rank: 1 })
               .then(res => {
                  if (res.code === 200) {
                     res.data.active = false