doum
2026-04-29 b6f401dd0a9d9bfb6c11c07cdcaab967eabb8af1
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 => {