|
|
|
@ -6,6 +6,7 @@ import 'package:flutter/material.dart';
|
|
|
|
import 'package:flutter/services.dart';
|
|
|
|
import 'package:flutter/services.dart';
|
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
|
|
import 'package:hyzp_ybqx/components/commonFun.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/FaceLogin.dart';
|
|
|
|
import 'package:hyzp_ybqx/pages/Login/FaceReg.dart';
|
|
|
|
import 'package:hyzp_ybqx/pages/Login/FaceReg.dart';
|
|
|
|
import 'package:hyzp_ybqx/pages/MyMsics/05_updated/MyUpdatedNew.dart';
|
|
|
|
import 'package:hyzp_ybqx/pages/MyMsics/05_updated/MyUpdatedNew.dart';
|
|
|
|
@ -376,6 +377,8 @@ class _Page4_MyMsicsNewState extends State<Page4_MyMsicsNew>
|
|
|
|
onTop: () {
|
|
|
|
onTop: () {
|
|
|
|
clear_user_info(); // 清空用户信息
|
|
|
|
clear_user_info(); // 清空用户信息
|
|
|
|
//刷新统计数据
|
|
|
|
//刷新统计数据
|
|
|
|
|
|
|
|
// listAllStatisData.clear();
|
|
|
|
|
|
|
|
listDwinfoGetList2.clear();
|
|
|
|
mapStatisInfo.forEach((key, value) {
|
|
|
|
mapStatisInfo.forEach((key, value) {
|
|
|
|
mapStatisInfo[key] = -1;
|
|
|
|
mapStatisInfo[key] = -1;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|