MrShi
2026-04-29 34543971457e9e00346afeec14c5aa857f7d4387
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 => {