From 81c25f30459b0137fea1870578ebe5a0689beb00 Mon Sep 17 00:00:00 2001 From: daihh Date: Tue, 8 Nov 2022 16:01:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=9C=AC=E5=91=A8=EF=BC=8C?= =?UTF-8?q?=E6=9C=AC=E6=9C=88=EF=BC=8C=E6=9C=AC=E5=B9=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ucurrency/Index.vue | 4 ++-- src/views/user/Noteedit.vue | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/views/ucurrency/Index.vue b/src/views/ucurrency/Index.vue index 3bbdb24f..cbc477a9 100644 --- a/src/views/ucurrency/Index.vue +++ b/src/views/ucurrency/Index.vue @@ -53,9 +53,9 @@ 累计 - 本周 + diff --git a/src/views/user/Noteedit.vue b/src/views/user/Noteedit.vue index 823816d1..6d7817fb 100644 --- a/src/views/user/Noteedit.vue +++ b/src/views/user/Noteedit.vue @@ -200,12 +200,10 @@ export default { this.timer = null; this.$router.go(-1); } - } + } }).catch(()=>{ - this.isShowTip = '当前网络异常,内容已离线保存,请尝试连接网络后重新自动上传!'; - setTimeout(()=>{ - this.isShowTip = ''; - },10000 * 2) + this.isShowTip = '当前网络异常,内容已离线保存,请尝试连接网络后重新保存!'; + setTimeout(()=>{ this.isShowTip = ''; },10000 * 2) sessionStorage.setItem('isShowTip',this.editdata.content); }) }