s
This commit is contained in:
+3
-3
@@ -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'
|
||||
# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786'
|
||||
@@ -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})
|
||||
</script>
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
});
|
||||
};
|
||||
const refresherTouchend = () => {
|
||||
console.log('refresherTouchend');
|
||||
clearAll();
|
||||
};
|
||||
</script>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user