From b03e484fa4076a0b17dce2333f013a3aad2498da Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Fri, 21 Mar 2025 10:54:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=AD=A3=E9=80=80?= =?UTF-8?q?=E5=87=BA=E8=B4=A6=E5=8F=B7=E5=8A=9F=E8=83=BD=E7=9A=84=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E5=A4=84=E7=90=86=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 coach 和 market 模块的设置页面中,将退出账号按钮的事件处理方法从 logOut() 修改为 loginOut() - 此修改统一了退出功能的事件命名,提高了代码的一致性和可维护性 --- pages/coach/my/set_up.vue | 2 +- pages/market/my/set_up.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/coach/my/set_up.vue b/pages/coach/my/set_up.vue index 69519e9..0785c35 100644 --- a/pages/coach/my/set_up.vue +++ b/pages/coach/my/set_up.vue @@ -8,7 +8,7 @@ 清空缓存 - 退出账号 + 退出账号 diff --git a/pages/market/my/set_up.vue b/pages/market/my/set_up.vue index 1b860c6..9a63516 100644 --- a/pages/market/my/set_up.vue +++ b/pages/market/my/set_up.vue @@ -8,7 +8,7 @@ 清空缓存 - 退出账号 + 退出账号