flat: 修改

This commit is contained in:
Apcallover
2025-12-15 15:56:47 +08:00
parent 4571744f2e
commit e6cb12659d
3 changed files with 78 additions and 105 deletions

View File

@@ -45,15 +45,6 @@ onLoad(() => {
getJobList(); getJobList();
}); });
onMounted(() => {
// #ifdef H5
if (!isMiniProgram.value) {
const a = document.getElementsByClassName('uni-page-head-hd')[0];
a.style.display = 'none';
}
// #endif
});
onReachBottom(() => { onReachBottom(() => {
getJobList(); getJobList();
}); });

View File

@@ -65,15 +65,6 @@ const state = reactive({
tabIndex: 'all', tabIndex: 'all',
}); });
onMounted(() => {
// #ifdef H5
if (!isMiniProgram.value) {
const a = document.getElementsByClassName('uni-page-head-hd')[0];
a.style.display = 'none';
}
// #endif
});
onLoad(() => { onLoad(() => {
getList('refresh'); getList('refresh');
}); });

View File

@@ -99,15 +99,6 @@ onLoad(() => {
getList(); getList();
}); });
onMounted(() => {
// #ifdef H5
if (!isMiniProgram.value) {
const a = document.getElementsByClassName('uni-page-head-hd')[0];
a.style.display = 'none';
}
// #endif
});
function chnageRanOption(item) { function chnageRanOption(item) {
ranItem.value = item; ranItem.value = item;
getList(); getList();