zhaoxiaoqiang
2021-11-07 c0457bf3334ca6d7b2db01fa1d6739b48ed3535c
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
                    // }))
                })
            }
        }