|
|
@@ -172,10 +172,6 @@ onError(() => {
|
|
|
mescroll.endErr()
|
|
|
})
|
|
|
|
|
|
-onShow(async () => {
|
|
|
- await send()
|
|
|
-})
|
|
|
-
|
|
|
async function tabChange(index) {
|
|
|
// 切换tab时,重置上拉加载
|
|
|
// mescroll.resetUpScroll(true)
|
|
|
@@ -201,7 +197,7 @@ onShow(async () => {
|
|
|
// 登录后查询收益数据
|
|
|
if (hasLogin) {
|
|
|
await getAccountCountRequest()
|
|
|
- await send()
|
|
|
+ await reload()
|
|
|
// 数据会在useScroll的onMounted中自动加载,这里不需要额外调用
|
|
|
}
|
|
|
})
|