From b5f8ce5c19fced486eafb6e937a2eede22a16fcc Mon Sep 17 00:00:00 2001 From: changjinpeng <185154740@qq.com> Date: Fri, 18 Mar 2022 14:16:19 +0800 Subject: [PATCH] 28326 --- src/apps/AppResidentActivitie/Add.vue | 5 ++++- src/apps/AppResidentActivitie/Detail.vue | 9 +++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/apps/AppResidentActivitie/Add.vue b/src/apps/AppResidentActivitie/Add.vue index 5a6e5e28..418996ff 100644 --- a/src/apps/AppResidentActivitie/Add.vue +++ b/src/apps/AppResidentActivitie/Add.vue @@ -205,8 +205,11 @@ export default { }, 600) } }) + .catch(() => { + this.$u.toast('新增失败') + }) } else { - this.$u.toast('失败') + this.$u.toast('新增失败') } }) }, diff --git a/src/apps/AppResidentActivitie/Detail.vue b/src/apps/AppResidentActivitie/Detail.vue index ecdf2a60..50c77ffd 100644 --- a/src/apps/AppResidentActivitie/Detail.vue +++ b/src/apps/AppResidentActivitie/Detail.vue @@ -261,14 +261,15 @@ export default { background: #000; } .status1 { - background: #ff883c; + background: #42d784; + } + .status2 { + background: #E4E4E4; } .status3 { background: #1aaaff; } - .status2 { - background: #42d784; - } + .status4, .status5 { background: #e4e4e4;