From e6d4c3cd05eb236711d13c92c60c8b85c7f5590b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 19 Jan 2022 18:23:28 +0800 Subject: [PATCH] bug --- src/sass/AppMeetingNotice/detail.vue | 2 +- src/sass/AppNotification/read.vue | 2 +- src/store/index.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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') {