hyzp_ybqx-Commit070:优化。解决切换不同区县用户登录时,不能登录(必须退出App,再重启App才行)的问题

master
WinUser01 4 years ago
parent daf76f4692
commit abad9418a8

@ -286,7 +286,7 @@ class _Page1_WorksState extends State<Page1_Works>
),
onTap: () {
//
listAllStatisData.clear();
// listAllStatisData.clear(); //
mapStatisInfo.forEach((key, value) {
mapStatisInfo[key] = -1;
});

@ -377,7 +377,7 @@ class _Page4_MyMsicsNewState extends State<Page4_MyMsicsNew>
onTop: () {
clear_user_info(); //
//
// listAllStatisData.clear();
// listAllStatisData.clear(); //
listDwinfoGetList2.clear();
mapStatisInfo.forEach((key, value) {
mapStatisInfo[key] = -1;

Loading…
Cancel
Save