登录逻辑
This commit is contained in:
@@ -49,7 +49,7 @@ class _QuickReplyBarState extends State<QuickReplyBar> {
|
||||
border: QuickReplyBar._border,
|
||||
focusedBorder: QuickReplyBar._border,
|
||||
disabledBorder: QuickReplyBar._border,
|
||||
hintText: widget.comment?.user?.nickname.isNotEmpty ?? false
|
||||
hintText: widget.comment?.user?.nickname != null
|
||||
? '回复:${widget.comment?.user?.nickname}'
|
||||
: '评论',
|
||||
filled: true,
|
||||
|
||||
Reference in New Issue
Block a user