修改onShow
This commit is contained in:
@@ -179,7 +179,7 @@ onPullDownRefresh(async () => {
|
|||||||
}, 500);
|
}, 500);
|
||||||
});
|
});
|
||||||
|
|
||||||
onLoad(() => {
|
onShow(() => {
|
||||||
if(uni.getStorageSync('token')){
|
if(uni.getStorageSync('token')){
|
||||||
selectByUserIdAjax();
|
selectByUserIdAjax();
|
||||||
collectVideoSummaryAjax();
|
collectVideoSummaryAjax();
|
||||||
|
|||||||
Reference in New Issue
Block a user