refactor: 页面优化
parent
bd4e874ac5
commit
8d9a2d6080
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue