tanxue 2 settimane fa
parent
commit
1e87a96868
2 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 1 1
      pages.json
  2. 3 0
      pages/lianxi/index.vue

+ 1 - 1
pages.json

@@ -84,7 +84,7 @@
 				"text": "成绩"
 			},
 			{
-				"pagePath": "",
+				"pagePath": "pages/lianxi/index",
 				"iconPath": "static/images/tabbar/unselect/practise-sj.png",
 				"selectedIconPath": "static/images/tabbar/select/practise-sj.png",
 				"text": "练习"

+ 3 - 0
pages/lianxi/index.vue

@@ -1,4 +1,7 @@
 <template>
+	<view style="height: 100vh;display: flex;align-items: center;justify-content: center;color: #333;">
+		开发中,敬请期侍!
+	</view>
 </template>
 
 <script>