Browse Source

公告撤回禁止查看

qinchao 3 năm trước cách đây
mục cha
commit
fc588f6936
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/portal/views/home/SiteMessagePopup.vue

+ 1 - 1
src/modules/portal/views/home/SiteMessagePopup.vue

@@ -130,7 +130,7 @@ export default {
         this.$httpWithoutBar
           .get("/api/ecs_exam_work/notice/getUserNoticeList?hasRead=false")
           .then((response) => {
-            if (response.data.hasRecalled) {
+            if (response.data.hasRecalled === true) {
               response.data.title = "发送者已撤回消息:" + response.data.title;
               response.data.content = "该消息已被发送者撤回。";
             }