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