From 1a537273ca2d6f95f2043a7347e73ed41490913a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 25 十月 2024 16:29:22 +0800 Subject: [PATCH] vd --- pages/home/home.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/home/home.js b/pages/home/home.js index 71d2aea..500fa59 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -50,7 +50,7 @@ if (token) { this.getShoppingCartList() } - + this.init(); }, onLoad() { @@ -77,7 +77,7 @@ } }) } - this.init(); + }, onReachBottom() {}, onPullDownRefresh() { @@ -116,6 +116,9 @@ fields: { jsek_link: [] }, + coverSize: { + width: 400 + }, paging: { start: 0, size: 9 -- Gitblit v1.9.1