diff --git a/components/navigation/navigationBar.vue b/components/navigation/navigationBar.vue index 60d6fce..23ab46f 100644 --- a/components/navigation/navigationBar.vue +++ b/components/navigation/navigationBar.vue @@ -58,7 +58,7 @@ align-items: center; font-size: 30rpx; justify-content: center; - z-index: 999; + z-index: 9; .navigationBarBack { width: 200rpx; diff --git a/components/tabbar/tabBar.vue b/components/tabbar/tabBar.vue index c5ba3e8..aff566f 100644 --- a/components/tabbar/tabBar.vue +++ b/components/tabbar/tabBar.vue @@ -113,8 +113,7 @@ height: 130rpx; .dl-image { - width: 70rpx; - height: 55rpx; + height: 45rpx; } .dl-vip { diff --git a/config.js b/config.js index d6bf89e..f5f68c1 100644 --- a/config.js +++ b/config.js @@ -24,6 +24,9 @@ module.exports = { }, { title: "新人手册", code: "new_people_text" + }, { + title: "认证指南", + code: "user_auth_text" } ] } diff --git a/pages.json b/pages.json index 107721c..a54c47a 100644 --- a/pages.json +++ b/pages.json @@ -149,6 +149,18 @@ "style": { "navigationBarTitleText": "" } + }, + { + "path": "auth/auth-choose", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "auth/auth-form", + "style": { + "navigationBarTitleText": "" + } } ] }], diff --git a/pages/mine/auth/auth-choose.vue b/pages/mine/auth/auth-choose.vue new file mode 100644 index 0000000..4be4e6d --- /dev/null +++ b/pages/mine/auth/auth-choose.vue @@ -0,0 +1,161 @@ + + + + + \ No newline at end of file diff --git a/pages/mine/auth/auth-form.vue b/pages/mine/auth/auth-form.vue new file mode 100644 index 0000000..dd3eb50 --- /dev/null +++ b/pages/mine/auth/auth-form.vue @@ -0,0 +1,605 @@ +