Browse Source

升级小程序授权插件版本

xiaoxin 3 years ago
parent
commit
53e65fead6
2 changed files with 3 additions and 3 deletions
  1. 1 1
      manifest.json
  2. 2 2
      pages/index/index.vue

+ 1 - 1
manifest.json

@@ -75,7 +75,7 @@
 		"plugins": {
 			"myPlugin": {
 				"provider": "wx1549b963bbae9931",
-				"version": "4.0.0"
+				"version": "4.0.1"
 			}
 		},
 		"permission": {

+ 2 - 2
pages/index/index.vue

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