diff --git a/pages.json b/pages.json index 95fe5d3..39940b4 100644 --- a/pages.json +++ b/pages.json @@ -63,6 +63,13 @@ { "navigationBarTitleText" : "照片详情" } + }, + { + "path" : "pages/user/account/logout", + "style" : + { + "navigationBarTitleText" : "注销账号" + } } ], diff --git a/pages/user/account/index.vue b/pages/user/account/index.vue index 253c709..a8968b1 100644 --- a/pages/user/account/index.vue +++ b/pages/user/account/index.vue @@ -87,7 +87,7 @@ - + 注销账号 @@ -247,7 +247,13 @@ _this.btn_disabled = false; }, - + //注销 + logout() + { + uni.navigateTo({ + url:'/pages/user/account/logout' + }) + }, } } diff --git a/pages/user/account/logout.vue b/pages/user/account/logout.vue new file mode 100644 index 0000000..3256662 --- /dev/null +++ b/pages/user/account/logout.vue @@ -0,0 +1,126 @@ + + + + + diff --git a/static/img/user/popup_bg.png b/static/img/user/popup_bg.png new file mode 100644 index 0000000..02fa6f8 Binary files /dev/null and b/static/img/user/popup_bg.png differ