tanxue 1 vuosi sitten
vanhempi
commit
11af576f7c
4 muutettua tiedostoa jossa 62 lisäystä ja 4 poistoa
  1. 16 2
      pages.json
  2. 22 0
      pages/course/index.vue
  3. 2 2
      pages/my/index.vue
  4. 22 0
      pages/score/index.vue

+ 16 - 2
pages.json

@@ -23,7 +23,7 @@
 			"path" : "pages/my/index",
 			"style" : 
 			{
-				"navigationBarTitleText" : ""
+				"navigationBarTitleText" : "我的"
 			}
 		},
 		{
@@ -32,6 +32,20 @@
 			{
 				"navigationBarTitleText" : "demo"
 			}
+		},
+		{
+			"path" : "pages/course/index",
+			"style" : 
+			{
+				"navigationBarTitleText" : "课程"
+			}
+		},
+		{
+			"path" : "pages/score/index",
+			"style" : 
+			{
+				"navigationBarTitleText" : "成绩"
+			}
 		}
 	],
 	"tabBar": {
@@ -53,7 +67,7 @@
 				"selectedIconPath": "static/images/tabbar/select/exam-sj.png",
 				"text": "考试"
 			}, {
-				"pagePath": "pages/login",
+				"pagePath": "pages/course/index",
 				"iconPath": "static/images/tabbar/unselect/kecheng-sj.png",
 				"selectedIconPath": "static/images/tabbar/select/kecheng-sj.png",
 				"text": "课程"

+ 22 - 0
pages/course/index.vue

@@ -0,0 +1,22 @@
+<template>
+	<view class="lli-develop-expect-page">
+		开发中,敬请期侍!
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 2 - 2
pages/my/index.vue

@@ -1,6 +1,6 @@
 <template>
-	<view>
-		我的
+	<view class="lli-develop-expect-page">
+		开发中,敬请期侍!
 	</view>
 </template>
 

+ 22 - 0
pages/score/index.vue

@@ -0,0 +1,22 @@
+<template>
+	<view class="lli-develop-expect-page">
+		开发中,敬请期侍!
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>