doum
10 天以前 2f3221b7c90d5663fdb312653a2d188bc4628370
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