diff --git a/pages.json b/pages.json index 5a9a75f..c321ea0 100644 --- a/pages.json +++ b/pages.json @@ -68,7 +68,8 @@ "path" : "pages/user/account/logout", "style" : { - "navigationBarTitleText" : "注销账号" + "navigationBarTitleText" : "注销账号", + "navigationStyle": "custom" } } diff --git a/pages/user/account/logout.vue b/pages/user/account/logout.vue index 3256662..0d919b6 100644 --- a/pages/user/account/logout.vue +++ b/pages/user/account/logout.vue @@ -1,5 +1,34 @@