From 82ab0a5a14726aa535b08c8ccfd3e8400b65a192 Mon Sep 17 00:00:00 2001 From: hackycy Date: Thu, 16 Jul 2020 23:27:58 +0800 Subject: [PATCH] =?UTF-8?q?styles=EF=BC=9Aupdate=20notification=20upload?= =?UTF-8?q?=20tip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/views/upload_page/upload_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/upload_page/upload_page.dart b/lib/views/upload_page/upload_page.dart index efe2bb0..d38bea7 100644 --- a/lib/views/upload_page/upload_page.dart +++ b/lib/views/upload_page/upload_page.dart @@ -329,7 +329,7 @@ class _UploadPageState extends State @override uploadSuccess(String imageUrl) async { if (needNotify) { - await _showNotification(1, '上传成功:图片链接已复制到剪切板,原链接:$imageUrl'); + await _showNotification(1, '上传成功, 图片链接:$imageUrl'); } this._clipUrl = imageUrl; setClipData(false);