From e86013cd8d4b88ca916067b01eeb452401b38c7b Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期二, 11 四月 2023 14:46:00 +0800
Subject: [PATCH] 修改首页草药名称过长UI错乱问题
---
App.vue | 18 +-----------------
1 files changed, 1 insertions(+), 17 deletions(-)
diff --git a/App.vue b/App.vue
index aea2117..40bd8c3 100644
--- a/App.vue
+++ b/App.vue
@@ -2,7 +2,7 @@
import Vue from 'vue'
export default {
globalData: {
- token: "aaa"
+ token: ""
},
onLaunch: function() {
uni.getSystemInfo({
@@ -39,25 +39,9 @@
//console.log('App Hide')
},
methods:{
-
},
mounted() {
- var i = 0;
- // setInterval(function() {
- // i++
- // if (i % 2 == 0) {
- // uni.showTabBarRedDot({
- // index: 1
- // })
- // } else {
- // uni.hideTabBarRedDot({
- // index: 1
- // })
- // }
- // }, 3000)
-
-
}
}
--
Gitblit v1.9.3