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