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

@@ -18,7 +18,7 @@
</view>
</view>
<view class="main">
<scroll-view class="height-100" scroll-y>
<scroll-view class="height-100" scroll-y @scrolltolower="getList('add')">
<view>
<view class="card" v-for="(item, index) in pageState.list" :key="index">
<view
@@ -110,7 +110,7 @@ onMounted(() => {
function chnageRanOption(item) {
ranItem.value = item;
getList();
getList('refresh');
}
function updateCancel(item) {