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