投稿失敗したときにエラー表示するように
This commit is contained in:
@ -562,6 +562,10 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
this.posting = false;
|
this.posting = false;
|
||||||
|
os.dialog({
|
||||||
|
type: 'error',
|
||||||
|
text: err.message + '<br>' + (err as any).id,
|
||||||
|
});
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user