refactor: 页面优化

master
xjs 2025-04-11 15:01:13 +08:00
parent bd4e874ac5
commit 8d9a2d6080
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ const handleDelete = (item, index) => {
const handleDownload = (item) => { const handleDownload = (item) => {
uni.showToast({ uni.showToast({
title: '下载中...', title: '下载中...',
icon: 'none',
}) })
downloadPDF({ downloadPDF({
id: item.vId, id: item.vId,