From f87e071fb715378449d60354d49bfe8a7c60823b Mon Sep 17 00:00:00 2001 From: "1960116313@qq.com" <1960116313@qq.com> Date: Tue, 30 Jan 2024 10:11:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B0=86=E5=8E=86=E5=8F=B2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=97=A5=E5=8E=86=E4=BF=AE=E6=94=B9=E4=B8=BA=E4=B8=AD?= =?UTF-8?q?=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppRecharge/index.vue | 3 +-- src/store/moules/userStore/index.ts | 1 - src/views/task/components/HisTory/index.vue | 9 +++++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/AppRecharge/index.vue b/src/components/AppRecharge/index.vue index 542f262..01c338a 100644 --- a/src/components/AppRecharge/index.vue +++ b/src/components/AppRecharge/index.vue @@ -813,8 +813,7 @@ function separator(num: number | string) { justify-content: space-between; align-items: center; .dotnum { - font-size: 20px; - + font-size: 18px; font-weight: 800; color: #6b2d01; letter-spacing: 1px; diff --git a/src/store/moules/userStore/index.ts b/src/store/moules/userStore/index.ts index da30542..893ae22 100644 --- a/src/store/moules/userStore/index.ts +++ b/src/store/moules/userStore/index.ts @@ -55,7 +55,6 @@ export const useUserStore = defineStore('useUserStore', { getChatInfoFun() { chatInfo().then((res) => { - console.log(res, 'sotre') this.setChatInfo(crypto.encryptAES(JSON.stringify(res), crypto.localKey)) }) }, diff --git a/src/views/task/components/HisTory/index.vue b/src/views/task/components/HisTory/index.vue index 6a1bd7e..47c0fe9 100644 --- a/src/views/task/components/HisTory/index.vue +++ b/src/views/task/components/HisTory/index.vue @@ -1,11 +1,13 @@