diff --git a/pages.json b/pages.json index 0fe2502..01864eb 100644 --- a/pages.json +++ b/pages.json @@ -208,7 +208,7 @@ "path" : "pages/addTitle/addTitle", "style" : { - "navigationBarTitleText": "", + "navigationBarTitleText": "添加抬头", "enablePullDownRefresh": false } @@ -222,6 +222,24 @@ } } + ,{ + "path" : "pages/creditRating/creditRating", + "style" : + { + "navigationBarTitleText": "信用等级", + "enablePullDownRefresh": false + } + + } + ,{ + "path" : "pages/nameAuthentication/nameAuthentication", + "style" : + { + "navigationBarTitleText": "实名认证", + "enablePullDownRefresh": false + } + + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/creditRating/creditRating.vue b/pages/creditRating/creditRating.vue new file mode 100644 index 0000000..4327915 --- /dev/null +++ b/pages/creditRating/creditRating.vue @@ -0,0 +1,30 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index e289cd0..224cda9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -50,7 +50,12 @@ 发票申领 - + + + + + 信用等级 + @@ -81,9 +86,15 @@ toInvoicePage() { uni.navigateTo({ url: '../invoiceClaim/invoiceClaim' - + }); - } + }, + toRatingPage() { + uni.navigateTo({ + url: '../creditRating/creditRating' + + }); + }, } } diff --git a/pages/nameAuthentication/nameAuthentication.vue b/pages/nameAuthentication/nameAuthentication.vue new file mode 100644 index 0000000..0241f9e --- /dev/null +++ b/pages/nameAuthentication/nameAuthentication.vue @@ -0,0 +1,130 @@ + + + + +