|
|
@ -277,7 +277,7 @@ class _ChatCouponItemState extends State<ChatCouponItem> { |
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
mainAxisAlignment: MainAxisAlignment.center, |
|
|
children: [ |
|
|
children: [ |
|
|
Text( |
|
|
Text( |
|
|
widget.item.type == 1 ? "主动发起聊天" : "主动发起连麦", |
|
|
|
|
|
|
|
|
widget.item.remark ?? "", |
|
|
style: TextStyle( |
|
|
style: TextStyle( |
|
|
fontSize: 13.w, |
|
|
fontSize: 13.w, |
|
|
color: const Color.fromRGBO(144, 144, 144, 1) |
|
|
color: const Color.fromRGBO(144, 144, 144, 1) |
|
|
|