From f70ce238434df1c874e0e563d200d33ad6b20ac0 Mon Sep 17 00:00:00 2001 From: hole-thu Date: Mon, 7 Sep 2020 14:26:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=A1=A8=E5=A4=B1=E8=B4=A5=E8=AF=A6?= =?UTF-8?q?=E7=BB=86=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UserAction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UserAction.js b/src/UserAction.js index 0e428e8..d93cb2b 100644 --- a/src/UserAction.js +++ b/src/UserAction.js @@ -416,7 +416,7 @@ export class PostForm extends Component { }) .catch((e) => { console.error(e); - alert('发表失败'); + alert('发表失败\n' + e); this.setState({ loading_status: 'done', });