@@ -81,6 +81,7 @@ onShow(() => {
if (res.refresh) {
page.value = 1
loading.value = true;
+ indexList.value = []
loadmore();
}
})