From b88c0476438aebd84e4c0e5ca1ddafef884cd170 Mon Sep 17 00:00:00 2001 From: "J.Bean" <2780860550@qq.com> Date: Fri, 18 Oct 2024 18:10:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80account=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E4=B8=8Esystem=E4=B8=ADstate=E7=9A=84=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/setting/account/account.vue | 84 ++++++++++++++------------- 1 file changed, 43 insertions(+), 41 deletions(-) diff --git a/src/views/setting/account/account.vue b/src/views/setting/account/account.vue index b2a29957..62a699ac 100644 --- a/src/views/setting/account/account.vue +++ b/src/views/setting/account/account.vue @@ -7,7 +7,7 @@ class="thing-cell" v-for="item in typeTabList" :key="item.key" - :class="{ 'thing-cell-on': type === item.key }" + :class="{ 'thing-cell-on': state.type === item.key }" @click="switchType(item)" > @@ -16,61 +16,63 @@ - - - + + +