From 78e695a9e6d95cb04bf282865d6e0a366f8e9c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Tue, 25 Nov 2025 16:29:09 +0800 Subject: [PATCH 1/3] s --- .env.development | 6 +++--- .../competitionRecord/components/competitionRecordItem.vue | 3 --- src/pages/competitionRecord/index.vue | 1 + src/pages/courseRecord/useItemList.js | 2 ++ 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index 03c62d3e..a13ceb1c 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ ENV = 'development' # VITE_APP_BASE_API_Url = 'https://aits.jlbank.com.cn:7001' -VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' +VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' # VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7001' @@ -30,6 +30,6 @@ VITE_APP_BASE_API_Url = 'https://aitstest.jlbank.com.cn:7002' # h5专用地址x2 # dev -# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' +#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.65:7001' # sit -#VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' \ No newline at end of file +# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' \ No newline at end of file diff --git a/src/pages/competitionRecord/components/competitionRecordItem.vue b/src/pages/competitionRecord/components/competitionRecordItem.vue index 93e091c3..0424cfa5 100644 --- a/src/pages/competitionRecord/components/competitionRecordItem.vue +++ b/src/pages/competitionRecord/components/competitionRecordItem.vue @@ -74,7 +74,6 @@ // 跳转到详情 const click_list_item = (list_item) => { - const pkData = { isAnony: list_item.isAnony, } @@ -82,8 +81,6 @@ common.navigateTo( `/pages/competition/result?mode=pk_result&execId=${list_item.execId}&orgId=${list_item.orgId}&papersId=${list_item.papersId}` ); - - }; defineExpose({clear}) diff --git a/src/pages/competitionRecord/index.vue b/src/pages/competitionRecord/index.vue index a9fcddbf..c9a0f3ac 100644 --- a/src/pages/competitionRecord/index.vue +++ b/src/pages/competitionRecord/index.vue @@ -42,6 +42,7 @@ }); }; const refresherTouchend = () => { + console.log('refresherTouchend'); clearAll(); }; diff --git a/src/pages/courseRecord/useItemList.js b/src/pages/courseRecord/useItemList.js index dca33100..97581fa1 100644 --- a/src/pages/courseRecord/useItemList.js +++ b/src/pages/courseRecord/useItemList.js @@ -45,6 +45,7 @@ export function useItemList(fetchFunction, item) { const show_list_state = ref(false); const list_div_height = computed(() => { + console.log('小仙仙', status.value, data_list.length); const statusHeight = status.value === 'nomore' ? 0 : 100; if (!show_list_state.value) { return '0'; @@ -66,6 +67,7 @@ export function useItemList(fetchFunction, item) { }; const getData = (from = '') => { + console.log('getData'); if (from === 'first') { if (total.value !== -1) { return; 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 2/3] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BB=83=E4=B9=A0?= =?UTF-8?q?=E4=B8=8D=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 @@