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