This commit is contained in:
zmj 2024-06-11 17:45:27 +08:00
parent 7e7109a411
commit 28f638e2e3
1 changed files with 3 additions and 2 deletions

View File

@ -149,6 +149,7 @@
current
}
}) => {
console.log('current', current)
swiperCurrent.value = current;
tabsActive.value = current;
@ -413,9 +414,9 @@
})
onPullDownRefresh(() => {
// getBanlance(true)
searchOn()
console.log(454)
uni.stopPullDownRefresh()
// getBanlance(true)
})
</script>