From 086d96ee548975df6ee0609d8bed4003eaff02fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BD=AA?= Date: Tue, 6 May 2025 17:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=94=80=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E9=80=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api.js | 2 +- pages.json | 2 +- pages/adminMy/index.vue | 6 +++--- pages/my/account/index.vue | 2 +- pages/my/account/logout_account.vue | 6 +++--- pages/user/index.vue | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/api/api.js b/api/api.js index f1bd11f..3bfa334 100644 --- a/api/api.js +++ b/api/api.js @@ -27,7 +27,7 @@ export const page = data => request.get('/api/page', data) export const auth = data => request.post('/api/auth', data) //修改密码 export const password = data => request.post('/api/password', data) -//注销帐号 +//退出帐号 export const logout_account = data => request.post('/api/logout_account', data) //修改手机号 export const phoneBind = data => request.get('/api/phoneBind', data) diff --git a/pages.json b/pages.json index 4312d7a..ecc5dbd 100644 --- a/pages.json +++ b/pages.json @@ -154,7 +154,7 @@ { "path": "pages/my/account/logout_account", "style": { - "navigationBarTitleText": "注销帐号", + "navigationBarTitleText": "退出帐号", "enablePullDownRefresh": false } }, diff --git a/pages/adminMy/index.vue b/pages/adminMy/index.vue index b04d350..bfb9860 100644 --- a/pages/adminMy/index.vue +++ b/pages/adminMy/index.vue @@ -96,7 +96,7 @@ export default { path: "/pages/user/versionInfo/index", }, { - title: "注销", + title: "退出", icon: "/static/adminImg/item5.png", path: "", }, @@ -131,10 +131,10 @@ export default { } }, toPage(path, item) { - if (item.title === "注销") { + if (item.title === "退出") { uni.showModal({ title: "提示", - content: "确定注销吗?", + content: "确定退出吗?", showCancel: true, success: function (res) { if (!res.confirm) { return } diff --git a/pages/my/account/index.vue b/pages/my/account/index.vue index 32a5112..383c87d 100644 --- a/pages/my/account/index.vue +++ b/pages/my/account/index.vue @@ -10,7 +10,7 @@ - + diff --git a/pages/my/account/logout_account.vue b/pages/my/account/logout_account.vue index 019b7d7..daa08bf 100644 --- a/pages/my/account/logout_account.vue +++ b/pages/my/account/logout_account.vue @@ -7,15 +7,15 @@ - 我同意<<注销协议>>,提交后帐号将不再恢复 + 我同意<<退出协议>>,提交后帐号将不再恢复 - 注销帐号 + 退出帐号 - +