From af436aa050f76584cd5cb88e413e45cd08c15d50 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 17 五月 2023 14:14:04 +0800
Subject: [PATCH] 修改部分错误,增加新功能

---
 pages/tabbar-page/index-tabbar/index-tabbar.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pages/tabbar-page/index-tabbar/index-tabbar.vue b/pages/tabbar-page/index-tabbar/index-tabbar.vue
index b15ebb7..31aa244 100644
--- a/pages/tabbar-page/index-tabbar/index-tabbar.vue
+++ b/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 {

--
Gitblit v1.9.1