消息列表样式修改 注销页面
This commit is contained in:
@@ -494,10 +494,7 @@ class _SettingPageState extends State<SettingPage> {
|
||||
borderRadius:
|
||||
AppConstants().button_container_radius, // 圆角半径
|
||||
onTap: () {
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "待开发功能".tr,
|
||||
);
|
||||
Get.toNamed("/deleteAccount");
|
||||
},
|
||||
colors: [
|
||||
Colors.transparent,
|
||||
@@ -571,7 +568,8 @@ class _SettingPageState extends State<SettingPage> {
|
||||
AppConstants().ent_type == 1
|
||||
? 'Copyright © 202-2025 嘉兴太和信息技术有限责任公司 版权所有'
|
||||
.tr
|
||||
: "Copyright © 202-2025 合肥眠花糖家具有限责任公司 版权所有".tr,
|
||||
: "Copyright © 202-2025 合肥眠花糖家具有限责任公司 版权所有"
|
||||
.tr,
|
||||
style: TextStyle(
|
||||
color: themeController.currentColor.sc4,
|
||||
fontFamily: 'Inter',
|
||||
|
||||
Reference in New Issue
Block a user