From 8d9a2d608054f50b2a937eedb49617f3a9b95b0c Mon Sep 17 00:00:00 2001 From: xjs Date: Fri, 11 Apr 2025 15:01:13 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=A1=B5=E9=9D=A2=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/ucenter/wishList/wishList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages-sub/ucenter/wishList/wishList.vue b/src/pages-sub/ucenter/wishList/wishList.vue index 078b204..4ab10af 100644 --- a/src/pages-sub/ucenter/wishList/wishList.vue +++ b/src/pages-sub/ucenter/wishList/wishList.vue @@ -68,6 +68,7 @@ const handleDelete = (item, index) => { const handleDownload = (item) => { uni.showToast({ title: '下载中...', + icon: 'none', }) downloadPDF({ id: item.vId,