From daf76f4692cb4b9a84b15be42328b41b93c9dcc4 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Mon, 3 Jan 2022 14:46:53 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit069=EF=BC=9A=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=88=87=E6=8D=A2=E4=B8=8D=E5=90=8C=E5=8C=BA=E5=8E=BF?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=99=BB=E5=BD=95=E6=97=B6=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E7=99=BB=E5=BD=95=EF=BC=88=E5=BF=85=E9=A1=BB=E9=80=80?= =?UTF-8?q?=E5=87=BAApp=EF=BC=8C=E5=86=8D=E9=87=8D=E5=90=AFApp=E6=89=8D?= =?UTF-8?q?=E8=A1=8C=EF=BC=89=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/components/commonFun.dart | 2 +- lib/pages/tabs/page1_work.dart | 1 + lib/pages/tabs/page4_myMsics_new.dart | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) 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; });