Browse Source

增加枚举类型

master
王子贤 2 months ago
parent
commit
e810c648fa
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/pages/mine/rose_history_page.dart

2
lib/pages/mine/rose_history_page.dart

@ -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)

Loading…
Cancel
Save