diff --git a/lib/components/commonFun.dart b/lib/components/commonFun.dart index df4896a..52d891d 100644 --- a/lib/components/commonFun.dart +++ b/lib/components/commonFun.dart @@ -78,7 +78,7 @@ String qx_name_long = ''; String service_tel = ''; String copyright_info = ''; String copyright_info_PinYin = ''; -// 兴文县中心地址:天泉商城 +// 区县中心地址 double center_latitude = -1; // 区县中心纬度 double center_longitude = -1; // 区县中心经度 diff --git a/lib/pages/tabs/page1_work.dart b/lib/pages/tabs/page1_work.dart index f831e57..a2dbeff 100644 --- a/lib/pages/tabs/page1_work.dart +++ b/lib/pages/tabs/page1_work.dart @@ -286,6 +286,7 @@ class _Page1_WorksState extends State ), onTap: () { //刷新统计数据 + listAllStatisData.clear(); mapStatisInfo.forEach((key, value) { mapStatisInfo[key] = -1; }); diff --git a/lib/pages/tabs/page4_myMsics_new.dart b/lib/pages/tabs/page4_myMsics_new.dart index 9288eb3..2a31757 100644 --- a/lib/pages/tabs/page4_myMsics_new.dart +++ b/lib/pages/tabs/page4_myMsics_new.dart @@ -6,6 +6,7 @@ import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; import 'package:hyzp_ybqx/components/commonFun.dart'; +import 'package:hyzp_ybqx/components/hyxx_data_handle.dart'; import 'package:hyzp_ybqx/pages/Login/FaceLogin.dart'; import 'package:hyzp_ybqx/pages/Login/FaceReg.dart'; import 'package:hyzp_ybqx/pages/MyMsics/05_updated/MyUpdatedNew.dart'; @@ -376,6 +377,8 @@ class _Page4_MyMsicsNewState extends State onTop: () { clear_user_info(); // 清空用户信息 //刷新统计数据 + // listAllStatisData.clear(); + listDwinfoGetList2.clear(); mapStatisInfo.forEach((key, value) { mapStatisInfo[key] = -1; });