Fix:2948 【商城小程序】推荐店铺-页面下滑刷新店铺数据后,点击“换一换”,店铺数据显示不全且再次点击“换一换”无效

This commit is contained in:
modendeveloper
2024-12-24 22:27:29 +08:00
parent 69d866e6ce
commit 7f459e2b99
+1
View File
@@ -231,6 +231,7 @@ export default {
methods: {
handleRefresh() {
uni.showLoading()
this.page = 1
this.fetchList(1, this.randomSeed)
},
toTown(town) {