فهرست منبع

首页底下子页面

hjr 1 ماه پیش
والد
کامیت
42abe3d111

+ 60 - 0
pages.json

@@ -135,6 +135,66 @@
 			"style": {
 				"navigationBarTitleText": "找回密码"
 			}
+		},
+		{
+			"path": "pages/index/notice",
+			"style": {
+				"navigationBarTitleText": "公告"
+			}
+		},
+		{
+			"path": "pages/index/newcomerTasks",
+			"style": {
+				"navigationBarTitleText": "新人任务"
+			}
+		},
+		{
+			"path": "pages/index/taskDetails",
+			"style": {
+				"navigationBarTitleText": "任务详情"
+			}
+		},
+		{
+			"path": "pages/index/search",
+			"style": {
+				"navigationBarTitleText": "搜索"
+			}
+		},
+		{
+			"path": "pages/index/gettingStarted",
+			"style": {
+				"navigationBarTitleText": "新手入门"
+			}
+		},
+		{
+			"path": "pages/index/startedDetails",
+			"style": {
+				"navigationBarTitleText": "详情"
+			}
+		},
+		{
+			"path": "pages/index/popularBounty",
+			"style": {
+				"navigationBarTitleText": "热门悬赏"
+			}
+		},
+		{
+			"path": "pages/index/inviteEarnMoney",
+			"style": {
+				"navigationBarTitleText": "邀请赚钱"
+			}
+		},
+		{
+			"path": "pages/index/myInvitation",
+			"style": {
+				"navigationBarTitleText": "我的邀请"
+			}
+		},
+		{
+			"path": "pages/index/invitationRules",
+			"style": {
+				"navigationBarTitleText": "邀请规则"
+			}
 		}
 	],
 	"globalStyle": {

+ 25 - 0
pages/index/gettingStarted.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		新手入门
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/invitationRules.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		邀请规则
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/inviteEarnMoney.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		邀请赚钱
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/myInvitation.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		 我的邀请
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/newcomerTasks.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		新人任务
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/notice.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		公告
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/popularBounty.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		热门悬赏
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/search.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		搜索
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/startedDetails.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		入门详情
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>

+ 25 - 0
pages/index/taskDetails.vue

@@ -0,0 +1,25 @@
+<template>
+	<view class="content">
+		任务详情
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		onLoad() {
+
+		},
+		methods: {
+
+		}
+	}
+</script>
+
+<style scoped lang="scss">
+	
+</style>