zhouhao
2021-11-03 01138b4c3bfd1a69d3a3327e26c371f51fe46978
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
                    // }))
                })
            }
        }