flat: 修改
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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');
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user