细节修改
This commit is contained in:
parent
092d8fcdb1
commit
cbe0dca250
@ -117,7 +117,7 @@ class MyPageState extends State<MyPage> with SingleTickerProviderStateMixin {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
tabController.addListener(tabListener);
|
tabController.addListener(tabListener);
|
||||||
getUserLikesCount();
|
|
||||||
// loadData(0);
|
// loadData(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -243,6 +243,7 @@ class MyPageState extends State<MyPage> with SingleTickerProviderStateMixin {
|
|||||||
favoriteParams.init();
|
favoriteParams.init();
|
||||||
// currentTabIndex.value = 0;
|
// currentTabIndex.value = 0;
|
||||||
selfInfo();
|
selfInfo();
|
||||||
|
getUserLikesCount();
|
||||||
loadData(idx);
|
loadData(idx);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user