qingyiay
2023-05-16 a12ac4f4388672c62c6fb59c5ef975e5dff5fc06
pages/tabbar-page/index-tabbar/index-tabbar.vue
@@ -286,7 +286,7 @@
         this.$reqGet('getMessageByUser', { current: 1, size: 10 }).then(res => {
            if (res.code == 0) {
               this.messageList = res.data.records;
               this.messageList.map(v => {
               this.messageList.forEach(v => {
                  if (v.status !== 1) {
                     this.dotShow = true;
                  } else {