消息列表样式修改 注销页面

This commit is contained in:
czz
2025-08-04 18:11:15 +08:00
parent 58ff281855
commit 4c4f324c56
4 changed files with 27 additions and 51 deletions

View File

@@ -2,11 +2,17 @@ import 'package:ef/ef.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutterflow_ui/flutterflow_ui.dart';
import 'package:get_storage/get_storage.dart';
import 'package:vbvs_app/common/color/appConstants.dart';
import 'package:vbvs_app/common/color/appFontsize.dart';
import 'package:vbvs_app/common/util/FitTool.dart';
import 'package:vbvs_app/common/util/MyUtils.dart';
import 'package:vbvs_app/component/tool/TopSlideNotification.dart';
import 'package:vbvs_app/controller/login/login_controller.dart';
import 'package:vbvs_app/controller/main_bottom/global_controller.dart';
import 'package:vbvs_app/controller/user_info_controller.dart';
import 'package:vbvs_app/pages/common/selectDialog.dart';
class DeletedAccountPage extends GetView {
BoxConstraints? bodysize;
@@ -104,7 +110,7 @@ class DeletedAccountPage extends GetView {
color: Color(0XFF84F5FF),
),
),
Text(
Text(
"注销智慧眠花糖账号".tr,
style: TextStyle(
fontSize: 20, // 设置字体大小
@@ -131,7 +137,8 @@ class DeletedAccountPage extends GetView {
children: [
TextSpan(
text:
"并且当前有绑定以及被分享的智能床、智能床垫等设备的账号不能注销".tr,
"并且当前有绑定以及被分享的智能床、智能床垫等设备的账号不能注销"
.tr,
style: TextStyle(
fontSize: AppFontsize
.normal_text_size,
@@ -165,7 +172,8 @@ class DeletedAccountPage extends GetView {
height: 6,
),
Text(
"你将无法控制你的智能床、智能床垫等设备,以及与其相关的各种操作。".tr,
"你将无法控制你的智能床、智能床垫等设备,以及与其相关的各种操作。"
.tr,
style: TextStyle(
fontSize: AppFontsize
.normal_text_size, // 设置字体大小
@@ -254,6 +262,10 @@ class DeletedAccountPage extends GetView {
),
child: FFButtonWidget(
onPressed: () async {
TopSlideNotification.show(
context,
text: "待开发功能".tr,
);
// showCustomConfirmDialog(context, "是否确认注销?")
// .then((v) async {
// if (v != "confirm") {