src/views/main/message.vue
@@ -32,10 +32,6 @@ msgListInit() { this.$api.noticeList().then(res => { this.messageList = res.body.noticeInfos; console.log(this.messageList) // console.log(this.messageList.some(item => { // item.needRead === 1 // })) }) } }