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 @@
-
+
发布人:
@@ -20,7 +20,7 @@
发布日期:
- {{detailObj.releaseTime}}
+ {{ detailObj.releaseTime }}
@@ -36,9 +36,9 @@
- {{(item.size/1024).toFixed(2)}}KB
+ {{ (item.size / 1024).toFixed(2) }}KB
@@ -47,316 +47,312 @@
接收对象
-
{{detailObj.readNum}}人已读
-
{{detailObj.unReadNum}}人未读
+
{{ detailObj.readNum }}人已读
+
{{ detailObj.unReadNum }}人未读
-
+
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 @@