From 12cc87a1f2f9b91359d3ca43fe052440d9890dac Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期二, 09 四月 2024 19:12:22 +0800 Subject: [PATCH] 购物车跳转图书详情 --- pages/home/home.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pages/home/home.js b/pages/home/home.js index b7e213f..cac6afc 100644 --- a/pages/home/home.js +++ b/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() { // 棣栭〉娴嬭瘯鐧诲綍鍔熻兘锛屽悗缁敞閲� -- Gitblit v1.9.1