更新眠花糖邮箱登录
This commit is contained in:
@@ -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 字符
|
||||
|
||||
Reference in New Issue
Block a user