From 458962a2e4a4f6af0caa5fcb3867f2e42125fd40 Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期一, 03 四月 2023 08:29:21 +0800
Subject: [PATCH] 修改字体大小,导航栏字体颜色

---
 App.vue |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/App.vue b/App.vue
index 6626e39..aea2117 100644
--- a/App.vue
+++ b/App.vue
@@ -32,11 +32,11 @@
 			console.log('App Launch')
 		},
 		onShow: function() {
-			console.log('App Show')
+			//console.log('App Show')
 
 		},
 		onHide: function() {
-			console.log('App Hide')
+			//console.log('App Hide')
 		},
 		methods:{
 		 
@@ -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