更新眠花糖邮箱登录

This commit is contained in:
wyf
2026-01-26 15:01:57 +08:00
parent dfd9523433
commit 2aedbb3d74
11 changed files with 1220 additions and 388 deletions

View File

@@ -168,8 +168,15 @@ class _MinePageState extends State<NewMinePage> {
Text(
limitText(
login == 1
? userInfoController
.model.user?.nick_name
? ((userInfoController.model.user
?.nick_name ==
null ||
userInfoController.model.user
?.nick_name ==
"")
? '未命名'.tr
: userInfoController
.model.user?.nick_name)
: '未命名'.tr,
AppConstants()
.text_length, // 这里设置最大长度,按你需求改,比如 6~10 字符