Commit 93fc46f9 authored by 张娇(东信)'s avatar 张娇(东信)

乡村旅居下拉刷新

parent fdab40c4
...@@ -277,6 +277,8 @@ onMounted(async () => { ...@@ -277,6 +277,8 @@ onMounted(async () => {
}); });
onPullDownRefresh(() => { onPullDownRefresh(() => {
keyword.value = ''; keyword.value = '';
currentPage.value = 1;
hasMoreData.value = true;
getProd(); getProd();
setTimeout(() => { setTimeout(() => {
uni.stopPullDownRefresh(); uni.stopPullDownRefresh();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment