Bläddra i källkod

创建通知公告、办事指引、协会动态页面

littleblue55 2 månader sedan
förälder
incheckning
ca265bd4af

+ 79 - 1
pages.json

@@ -5,7 +5,7 @@
 			"style": {
 				"navigationStyle":"custom",
 				"navigationBarTitleText": "",
-				"enablePullDownRefresh": true,
+				"enablePullDownRefresh": false,
 				"app-plus": {
 					"titleNView": false
 				}
@@ -76,6 +76,83 @@
 					"titleNView": false
 				}
 			}
+		},
+		{
+			"path" : "pages/wxLogin/wxLogin",
+			"style" : {
+				"navigationBarBackgroundColor": "#FFFFFF",
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path" : "pages/notice/notice/notice",
+			"style" : {
+				"navigationBarBackgroundColor": "#FFFFFF",
+				"navigationBarTitleText": "通知公告",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path" : "pages/notice/noticeDetail/noticeDetail",
+			"style" : {
+				"navigationBarBackgroundColor": "#FFFFFF",
+				"navigationBarTitleText": "通知公告详情",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path" : "pages/dynamic/dynamic/dynamic",
+			"style" : {
+				"navigationBarBackgroundColor": "#FFFFFF",
+				"navigationBarTitleText": "协会动态",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path" : "pages/dynamic/dynamicDetail/dynamicDetail",
+			"style" : {
+				"navigationBarBackgroundColor": "#FFFFFF",
+				"navigationBarTitleText": "动态详情",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path" : "pages/guide/guide/guide",
+			"style" : {
+				"navigationBarBackgroundColor": "#FFFFFF",
+				"navigationBarTitleText": "办事指引",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": false
+				}
+			}
+		},
+		{
+			"path" : "pages/guide/guideDetail/guideDetail",
+			"style" : {
+				"navigationBarBackgroundColor": "#FFFFFF",
+				"navigationBarTitleText": "指引详情",
+				"enablePullDownRefresh": false,
+				"app-plus": {
+					"titleNView": false
+				}
+			}
 		}
 	],
 	"globalStyle": {
@@ -86,6 +163,7 @@
 		"navigationBarTitleFontWeight": "bold"
 	},
 	"tabBar": {
+		"selectedColor": "#0069f6",
 		"list": [
 			{
 				"pagePath": "pages/index/index",

+ 19 - 0
pages/dynamic/dynamic/dynamic.vue

@@ -0,0 +1,19 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			};
+		}
+	}
+</script>
+
+<style lang="scss">
+
+</style>

+ 22 - 0
pages/dynamic/dynamicDetail/dynamicDetail.vue

@@ -0,0 +1,22 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style>
+
+</style>

+ 19 - 0
pages/guide/guideDetail/guideDetail.vue

@@ -0,0 +1,19 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			};
+		}
+	}
+</script>
+
+<style lang="scss">
+
+</style>

+ 19 - 0
pages/notice/notice/notice.vue

@@ -0,0 +1,19 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			};
+		}
+	}
+</script>
+
+<style lang="scss">
+
+</style>

+ 19 - 0
pages/notice/noticeDetail/noticeDetail.vue

@@ -0,0 +1,19 @@
+<template>
+	<view>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			};
+		}
+	}
+</script>
+
+<style lang="scss">
+
+</style>