解绑后通知所分享人员 日报周报月报说明弹窗点击范围 注销账号

This commit is contained in:
czz
2025-08-08 18:16:10 +08:00
parent 48d8645fd9
commit 0db455258a
31 changed files with 398 additions and 92 deletions

View File

@@ -70,7 +70,7 @@ class _AIAdviceWidgetState extends State<AIAdviceWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx),//
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -90,7 +90,7 @@ class _SnoreViewWidgetWidgetState extends State<BreathePauseNewWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -132,7 +132,7 @@ class _BreatheStandardWidgetState extends State<BreatheStandardWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -80,7 +80,7 @@ class _CompareSleepWidgetState extends State<CompareSleepWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx),//
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -70,7 +70,7 @@ class _DiseasePercentsWidgetState extends State<DiseasePercentsWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
// 你的点击逻辑

View File

@@ -72,7 +72,7 @@ class _HeartChangeWidgetState extends State<HeartChangeWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(
@@ -80,14 +80,15 @@ class _HeartChangeWidgetState extends State<HeartChangeWidget> {
Container(
child: Text(
// "心率变异性HRV介绍".tr,
"心率变异性HRV是指心脏每次跳动间隔时间的差异程度反映自主神经系统交感神经和副交感神经对心脏的调节能力是评估心血管健康和压力状态的重要指标。".tr,
"心率变异性HRV是指心脏每次跳动间隔时间的差异程度反映自主神经系统交感神经和副交感神经对心脏的调节能力是评估心血管健康和压力状态的重要指标。"
.tr,
style: TextStyle(
fontSize: 26.rpx,
color: Colors.black,
color: Colors.black,
),
),
),
backgroundColor: Color(0xFFFFFFFF),
backgroundColor: Color(0xFFFFFFFF),
colors: [
Color(0XFF1592AA),
Color(0xFF0C83A7),
@@ -182,11 +183,16 @@ class _HeartChangeWidgetState extends State<HeartChangeWidget> {
'${data['desc']}',
style: TextStyle(
fontSize: 26.rpx,
color:
themeController.currentColor.sc3,
color: Colors.black,
),
),
),
backgroundColor: Color(0xFFFFFFFF),
colors: [
Color(0XFF1592AA),
Color(0xFF0C83A7),
Color(0xFF006FA3)
],
);
},
child: SizedBox(

View File

@@ -72,7 +72,7 @@ class _HeartHealthWidgetState extends State<HeartHealthWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx),//
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -89,7 +89,7 @@ class _HeartPointWidgetState extends State<HeartPointWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx),//
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -132,7 +132,7 @@ class _HeartRateStandardWidgetState extends State<HeartRateStandardWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx),//
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -528,7 +528,7 @@ Widget MonthDataWidget(
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text("MAC${data['mac']}",
Text("MAC${data['mac']}",
style: TextStyle(
color: Color(0xFFD3D3D3).withOpacity(0.2), fontSize: 18.rpx))
],

View File

@@ -88,7 +88,7 @@ class _SkinPercentWidgetState extends State<SkinPercentWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -47,7 +47,12 @@ class SleepChartContainer extends StatelessWidget {
fontSize: 30.rpx,
),
),
GestureDetector(
ClickableContainer(
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx,
onTap: () {
showTipDialog(
context,

View File

@@ -91,7 +91,7 @@ class _SleepViewWidgetState extends State<SleepViewWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx),//
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -120,7 +120,7 @@ class _SnoreViewWidgetWidgetState extends State<SnoreViewWidgetWidget> {
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(

View File

@@ -3,6 +3,7 @@ import 'package:flutter_svg/svg.dart';
import 'package:flutterflow_ui/flutterflow_ui.dart';
import 'package:vbvs_app/common/util/FitTool.dart';
import 'package:vbvs_app/common/util/MyUtils.dart';
import 'package:vbvs_app/component/tool/ClickableContainer.dart';
import 'package:vbvs_app/pages/device_bind/componnet/bind_dialog.dart';
class TrendDataTablePage extends StatefulWidget {
@@ -46,7 +47,12 @@ class _TrendDataTablePageState extends State<TrendDataTablePage> {
fontSize: 30.rpx,
),
),
GestureDetector(
ClickableContainer(
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx,
onTap: () {
showTipDialog(
context,

View File

@@ -58,7 +58,7 @@ class IndicatorCompareCard extends StatelessWidget {
backgroundColor: Colors.transparent,
highlightColor: Colors.white,
padding:
EdgeInsetsDirectional.fromSTEB(14.rpx, 0, 14.rpx, 0),
EdgeInsetsDirectional.fromSTEB(14.rpx, 10.rpx, 14.rpx, 10.rpx),
borderRadius: 0.rpx,
onTap: () {
showTipDialog(

View File

@@ -668,7 +668,7 @@ Widget WeekDataWidget(
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text("MAC${data['mac']}",
Text("MAC${data['mac']}",
style: TextStyle(
color: Color(0xFFD3D3D3).withOpacity(0.2), fontSize: 18.rpx))
],

View File

@@ -91,7 +91,7 @@ class _ZiZhuShenJingPercentWidgetState
backgroundColor: Colors.transparent,
highlightColor: Colors.white, // 或设置为你需要的水波纹颜色
padding: EdgeInsetsDirectional.fromSTEB(
14.rpx, 0.rpx, 14.rpx, 0), //
14.rpx, 10.rpx, 14.rpx, 10.rpx), //
borderRadius: 0.rpx, // 圆形点击区域
onTap: () {
showTipDialog(