fix 下拉加载
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user