From 8ef06ef926e3f9e7cbe17e42cee4e6cff22a877a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Wed, 26 Nov 2025 11:37:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=83=E4=B9=A0=E4=B8=8D?= =?UTF-8?q?=E5=BC=B9=E5=87=BA=E5=BE=BD=E7=AB=A0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/components/points-and-badge/check-in.vue | 5 +++-- src/pages/practice/result.vue | 7 +++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index d5be997b..c476aba5 100644 --- a/.env.development +++ b/.env.development @@ -14,9 +14,9 @@ ENV = 'development' # VITE_APP_BASE_API_Url = 'http://aitscdn.jlbank.com.cn:7001' # VITE_APP_BASE_API_Url = 'http://192.168.108.129' # dev -# VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' +VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' # sit -VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' +# VITE_APP_BASE_API_Url = 'http://25.18.122.91:9786' # UAT # VITE_APP_BASE_API_Url = 'http://25.18.122.78:9786' diff --git a/src/components/points-and-badge/check-in.vue b/src/components/points-and-badge/check-in.vue index 8edf2e8f..240730f6 100644 --- a/src/components/points-and-badge/check-in.vue +++ b/src/components/points-and-badge/check-in.vue @@ -210,9 +210,10 @@ const open = (isSignedStatus, days, onCheckInClick = () => {}, onCheckInSuccess = () => {}) => { isSigned.value = isSignedStatus; // 今日签到状态 - // isSigned.value = false; // 今日签到状态 - // continuousDay.value = 1; // 连续签到 continuousDay.value = days; // 连续签到 + isSigned.value = false; // 今日签到状态 + continuousDay.value = 1; // 连续签到 + checkInClickCallback = onCheckInClick; checkInSuccessCallback = onCheckInSuccess; // 示例:X=10时,以"10天前"为第1天,生成35天列表 diff --git a/src/pages/practice/result.vue b/src/pages/practice/result.vue index 01b0fb76..7f54975c 100644 --- a/src/pages/practice/result.vue +++ b/src/pages/practice/result.vue @@ -61,7 +61,7 @@