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); }) }