diff --git a/src/apps/AppAskForm/AppForm.vue b/src/apps/AppAskForm/AppForm.vue index 5974ed30..79a37515 100644 --- a/src/apps/AppAskForm/AppForm.vue +++ b/src/apps/AppAskForm/AppForm.vue @@ -50,6 +50,8 @@ export default { }).then(res => { if (res?.code == 0) { this.access = true + } else { + this.err = "无法获取表单" } }).catch(err => { this.err = err diff --git a/src/apps/AppInterview/interviewDetail.vue b/src/apps/AppInterview/interviewDetail.vue index 6ddc7261..c0591b67 100644 --- a/src/apps/AppInterview/interviewDetail.vue +++ b/src/apps/AppInterview/interviewDetail.vue @@ -6,10 +6,10 @@ - + - +
@@ -24,7 +24,7 @@
- +
@@ -33,14 +33,9 @@ diff --git a/src/apps/AppNotification/components/detail.vue b/src/apps/AppNotification/components/detail.vue index 161acc20..7fc19362 100644 --- a/src/apps/AppNotification/components/detail.vue +++ b/src/apps/AppNotification/components/detail.vue @@ -2,7 +2,7 @@
- +
diff --git a/src/apps/AppNotification/components/read.vue b/src/apps/AppNotification/components/read.vue index 4dc6bfd4..9f757d84 100644 --- a/src/apps/AppNotification/components/read.vue +++ b/src/apps/AppNotification/components/read.vue @@ -14,89 +14,86 @@