付宇航 1 rok pred
rodič
commit
4f5373cfd5
4 zmenil súbory, kde vykonal 25 pridanie a 0 odobranie
  1. 9 0
      pages.json
  2. 0 0
      pages/matters/matters.css
  3. 11 0
      pages/matters/matters.vue
  4. 5 0
      pages/me/me.vue

+ 9 - 0
pages.json

@@ -82,6 +82,15 @@
 			}
 			}
 		},
 		},
 		{
 		{
+			"path": "pages/matters/matters",
+			"style": {
+				"usingComponents": {},
+				"navigationBarBackgroundColor": "#07c160",
+				"navigationBarTextStyle": "white",
+				"navigationBarTitleText": "我的事项"
+			}
+		},
+		{
 			"path": "pages/sannong/sannong",
 			"path": "pages/sannong/sannong",
 			"style": {
 			"style": {
 				"usingComponents": {
 				"usingComponents": {

+ 0 - 0
pages/matters/matters.css


+ 11 - 0
pages/matters/matters.vue

@@ -0,0 +1,11 @@
+<template>
+	<view class="">
+		我的事项
+	</view>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 5 - 0
pages/me/me.vue

@@ -38,6 +38,11 @@ export default {
 					id: 'wenba/wenba',
 					id: 'wenba/wenba',
 					name: '我的问答',
 					name: '我的问答',
 					open: false,
 					open: false,
+				},
+				{
+					id: 'matters/matters',
+					name: '我的事项',
+					open: false,
 				}
 				}
 			]
 			]
 		};
 		};