yiming
2024-04-09 12cc87a1f2f9b91359d3ca43fe052440d9890dac
pages/home/home.js
@@ -75,7 +75,9 @@
  onPullDownRefresh() {
    this.setData({
      'baseRefresh.value': true,
      isWhite: false
    })
    this.getBannerList();
    this.init();
  },
  init() {
@@ -567,11 +569,11 @@
  },
  onScrollToTop(e) {
    this.setData({
      isWhite: e.detail.scrollTop > 50 ? true : false
    })
  },
  onRetrievalPage() {
    // 首页测试登录功能,后续注释