Răsfoiți Sursa

实人认证

李书文 1 an în urmă
părinte
comite
b197e396d0

+ 28 - 0
pages.json

@@ -156,6 +156,34 @@
 				"enablePullDownRefresh": false
 			}
 
+		}, {
+			"path": "pages/authentication/index",
+			"style": {
+				"navigationBarTitleText": "实人认证",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/authentication/face",
+			"style": {
+				"navigationBarTitleText": "人脸认证",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/authentication/info",
+			"style": {
+				"navigationBarTitleText": "完善资料",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/authentication/audit",
+			"style": {
+				"navigationBarTitleText": "审核中",
+				"enablePullDownRefresh": false
+			}
+
 		}
 	],
 	"tabBar": {

+ 19 - 0
pages/authentication/audit.vue

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

+ 19 - 0
pages/authentication/face.vue

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

+ 19 - 0
pages/authentication/index.vue

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

+ 19 - 0
pages/authentication/info.vue

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