zhaoxiaoqiang
2023-04-14 a5604d778ca31451a95d8dabdf94f7ebc78e5c55
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
                    // }))
                })
            }
        }