From 4434c41562f18959967a957f09c795f0c24f3b70 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期三, 22 三月 2023 10:11:16 +0800
Subject: [PATCH] commit

---
 App.vue |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/App.vue b/App.vue
index 6626e39..84dc19c 100644
--- a/App.vue
+++ b/App.vue
@@ -44,18 +44,18 @@
 		},
 		mounted() {
 			var i = 0;
-			setInterval(function() {
-				i++
-				if (i % 2 == 0) {
-					uni.showTabBarRedDot({
-						index: 1
-					})
-				} else {
-					uni.hideTabBarRedDot({
-						index: 1
-					})
-				}
-			}, 3000)
+			// setInterval(function() {
+			// 	i++
+			// 	if (i % 2 == 0) {
+			// 		uni.showTabBarRedDot({
+			// 			index: 1
+			// 		})
+			// 	} else {
+			// 		uni.hideTabBarRedDot({
+			// 			index: 1
+			// 		})
+			// 	}
+			// }, 3000)
 
 
 

--
Gitblit v1.9.3