From d90402bc388dba622babbca927686d21e7c8b99b Mon Sep 17 00:00:00 2001 From: yeweikangxx123 <317226901@qq.com> Date: Wed, 2 Apr 2025 23:13:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(cl-tabbar):=20=E4=BC=98=E5=8C=96skin?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cl-tabbar.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/components/cl-tabbar.vue b/components/cl-tabbar.vue index 9be6e1c..3d7b54d 100644 --- a/components/cl-tabbar.vue +++ b/components/cl-tabbar.vue @@ -7,7 +7,7 @@ @@ -93,6 +93,9 @@ export default { }, computed: { ...mapGetters(['shopCarLength', 'user']), + systemSkin() { + return this.user.skin || 0 + } }, methods: { tabbarChange(e) {