qingyiay
2023-05-17 af436aa050f76584cd5cb88e413e45cd08c15d50
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 {