This commit is contained in:
许允枞 2025-03-18 17:43:58 +08:00
parent 026b94f9db
commit 29c187c785

View File

@ -257,6 +257,10 @@ export default {
}, },
fail: (err) => { fail: (err) => {
console.error("文件打开失败", err); console.error("文件打开失败", err);
uni.showToast({
title: '文件打开失败',
icon: 'none'
});
} }
}); });
}, },