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;