ソースを参照

隐藏校车预约图标

xiaoxin 3 年 前
コミット
f606b6bab7
3 ファイル変更4 行追加3 行削除
  1. 1 1
      manifest.json
  2. 2 2
      pages/index/index.vue
  3. 1 0
      pagesClockIn/stat/stat.vue

+ 1 - 1
manifest.json

@@ -80,7 +80,7 @@
 		},
 		},
 		"permission": {
 		"permission": {
 			"scope.userLocation": {
 			"scope.userLocation": {
-				"desc": "您的位置信息将用于连接热水表蓝牙"
+				"desc": "您的位置信息将用于定位您的当前位置或连接热水表蓝牙"
 			}
 			}
 		},
 		},
 		"lazyCodeLoading": "requiredComponents",
 		"lazyCodeLoading": "requiredComponents",

+ 2 - 2
pages/index/index.vue

@@ -15,10 +15,10 @@
 					<image src="../../static/images/air.png" mode=""></image>
 					<image src="../../static/images/air.png" mode=""></image>
 					<text>共享空调</text>
 					<text>共享空调</text>
 				</navigator>
 				</navigator>
-				<navigator :url="'/pagesBus/bus/bus'" open-type="navigate" class="menu_item">
+				<!-- <navigator :url="'/pagesBus/bus/bus'" open-type="navigate" class="menu_item">
 					<image src="../../static/images/bus.png" mode=""></image>
 					<image src="../../static/images/bus.png" mode=""></image>
 					<text>校车预约</text>
 					<text>校车预约</text>
-				</navigator>
+				</navigator> -->
 				<navigator :url="'/pagesClockIn/index/index'" open-type="navigate" class="menu_item">
 				<navigator :url="'/pagesClockIn/index/index'" open-type="navigate" class="menu_item">
 					<image src="../../static/images/clockIn.png" mode=""></image>
 					<image src="../../static/images/clockIn.png" mode=""></image>
 					<text>校园打卡</text>
 					<text>校园打卡</text>

+ 1 - 0
pagesClockIn/stat/stat.vue

@@ -254,6 +254,7 @@ export default {
 		this.timer = setTimeout(() => {
 		this.timer = setTimeout(() => {
 			this.showTabBar = false
 			this.showTabBar = false
 			this.showTabBar = true
 			this.showTabBar = true
+			this.timer = null
 		}, 500)
 		}, 500)
 	},
 	},
 	methods: {
 	methods: {