hyzp_ybqx-Commit071:优化。解决切换不同区县用户登录时,不能登录(必须退出App,再重启App才行)的问题
This commit is contained in:
@@ -286,7 +286,7 @@ class _Page1_WorksState extends State<Page1_Works>
|
|||||||
),
|
),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
//刷新统计数据
|
//刷新统计数据
|
||||||
// listAllStatisData.clear(); // 没有什么作业
|
// listAllStatisData.clear(); // 没有什么作用
|
||||||
mapStatisInfo.forEach((key, value) {
|
mapStatisInfo.forEach((key, value) {
|
||||||
mapStatisInfo[key] = -1;
|
mapStatisInfo[key] = -1;
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -377,7 +377,7 @@ class _Page4_MyMsicsNewState extends State<Page4_MyMsicsNew>
|
|||||||
onTop: () {
|
onTop: () {
|
||||||
clear_user_info(); // 清空用户信息
|
clear_user_info(); // 清空用户信息
|
||||||
//刷新统计数据
|
//刷新统计数据
|
||||||
// listAllStatisData.clear(); // 没有什么作业
|
// listAllStatisData.clear(); // 没有什么作用
|
||||||
listDwinfoGetList2.clear();
|
listDwinfoGetList2.clear();
|
||||||
mapStatisInfo.forEach((key, value) {
|
mapStatisInfo.forEach((key, value) {
|
||||||
mapStatisInfo[key] = -1;
|
mapStatisInfo[key] = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user