fix: index page

This commit is contained in:
zzc
2026-02-05 23:52:31 +08:00
parent d76269b154
commit d5d60b8d5d

View File

@@ -337,11 +337,10 @@ onReachBottom(() => {
});
onPullDownRefresh(async () => {
await fetchRecommendList(true);
setTimeout(() => {
updateCountdown();
await Promise.all([fetchRecommendList(true), getRandomGreetingText()]);
uni.stopPullDownRefresh();
uni.showToast({ title: "已为你更新内容", icon: "success" });
}, 600);
});
</script>