From fb8a72b47a7b15e1bda447b91531951873f6c44a Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:05:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(ItemList):=20=E4=BC=98=E5=8C=96=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E5=88=B7=E6=96=B0=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加刷新成功状态显示 - 设置刷新成功状态持续时间为 700ms - 在刷新成功时显示图标和提示文本 --- app/pages/home/components/ItemList/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/pages/home/components/ItemList/index.vue b/app/pages/home/components/ItemList/index.vue index 7b22475..f1a22d1 100644 --- a/app/pages/home/components/ItemList/index.vue +++ b/app/pages/home/components/ItemList/index.vue @@ -53,8 +53,12 @@ const openShow = async (item) => { +