doum
2026-04-28 aef22e4a0cf0287d011ab27f04b0f9ee1be0d729
app/pages/guide-page/guide-page.vue
@@ -47,7 +47,6 @@
         getBannerList() {
            this.$u.api.getBannerList({ position: 1 }).then(res => {
               if (res.code === 200 && res.data) {
                  console.log(res.data);
                  this.guideList = res.data;
               }
            }).catch(err => {