diff --git a/src/sass/AppMeetingNotice/detail.vue b/src/sass/AppMeetingNotice/detail.vue
index 81d4dcc3..18f32a00 100644
--- a/src/sass/AppMeetingNotice/detail.vue
+++ b/src/sass/AppMeetingNotice/detail.vue
@@ -31,7 +31,7 @@
{{ detail.address }}
-
+
{{ detail.content }}
diff --git a/src/sass/AppNotification/read.vue b/src/sass/AppNotification/read.vue
index 9367b700..8b592308 100644
--- a/src/sass/AppNotification/read.vue
+++ b/src/sass/AppNotification/read.vue
@@ -8,7 +8,7 @@
-
+
diff --git a/src/store/index.js b/src/store/index.js
index 86ba2643..bb2c1607 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -364,7 +364,7 @@ const store = new Vuex.Store({
...params
}, res => {
console.log(111)
- alert(JSON.stringify(res))
+ // alert(JSON.stringify(res))
console.log(res)
if (res.err_msg == "selectPrivilegedContact:ok") {
if (typeof res.result == 'string') {