panhui 6 gadi atpakaļ
vecāks
revīzija
0faa593eb9
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      lib/pages/roomInfo.dart

+ 1 - 2
lib/pages/roomInfo.dart

@@ -661,7 +661,6 @@ class RoomInfoState extends State<RoomInfo>
         ),
       );
     } else if (isJoin && statusFlag == 8) {
-    
       return Container(
         width: double.infinity,
         padding: EdgeInsets.symmetric(horizontal: 15, vertical: 20),
@@ -670,7 +669,7 @@ class RoomInfoState extends State<RoomInfo>
           disabledColor: Color(0xFF914244),
           disabledTextColor: Color(0xFF252532),
           child: Text(
-             '正在结算中',
+             '正在努力解析视频中',
             style: TextStyle(fontSize: 16),
           ),
           onPressed: null,