修改onShow

This commit is contained in:
duan 2025-01-20 11:46:15 +08:00
parent ec8e849bf5
commit fe79e54917
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ onPullDownRefresh(async () => {
}, 500);
});
onLoad(() => {
onShow(() => {
if(uni.getStorageSync('token')){
selectByUserIdAjax();
collectVideoSummaryAjax();