MrShi
2026-06-09 3f9032e92fdd383bfefc87a0bec9b242e1223851
app/pages/guide-page/guide-page.vue
@@ -47,12 +47,9 @@
         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 => {
               console.log('获取轮播图失败', err);
            });
            })
         },
         jump() {
            if (!this.token) {
@@ -71,6 +68,7 @@
                     url: '/pages/login/login'
                  })
               }
               uni.$emit('loginSuccessStartLocationPolling');
            })
         }
      }