修改onShow

This commit is contained in:
duan
2025-01-20 11:46:15 +08:00
parent ec8e849bf5
commit fe79e54917

View File

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