fix 下拉加载

This commit is contained in:
2025-12-15 16:04:08 +08:00
parent 4571744f2e
commit 74f13d26a8
3 changed files with 8 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<template>
<AppLayout title="投递记录" :use-scroll-view="false" :show-bg-image="false">
<AppLayout title="投递记录" :use-scroll-view="false" :show-bg-image="false" @onScrollBottom="loadMore">
<template #headerleft v-if="isMiniProgram">
<view class="btnback">
<image src="@/static/icon/back.png" @click="navBack"></image>
@@ -65,9 +65,6 @@ function removeNullProperties(obj) {
return obj;
}
onReachBottom(() => {
loadMore();
});
</script>
<style lang="stylus" scoped>