From d5eef829f2daf8bf021c9524e2c93312091ba58f Mon Sep 17 00:00:00 2001
From: zhugf <312353457@qq.com>
Date: 星期四, 23 三月 2023 11:58:21 +0800
Subject: [PATCH] 细节优化
---
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