update
This commit is contained in:
@@ -47,7 +47,8 @@ export const copy = (context) => {
|
|||||||
.then(() => {
|
.then(() => {
|
||||||
showToast('已复制');
|
showToast('已复制');
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch((e) => {
|
||||||
|
console.error(e);
|
||||||
showToast('复制失败');
|
showToast('复制失败');
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user