This commit is contained in:
2025-07-02 15:22:16 +08:00
parent 5a3012d0fb
commit 392533a3b6

View File

@@ -47,7 +47,8 @@ export const copy = (context) => {
.then(() => { .then(() => {
showToast('已复制'); showToast('已复制');
}) })
.catch(() => { .catch((e) => {
console.error(e);
showToast('复制失败'); showToast('复制失败');
}); });
} catch (e) { } catch (e) {