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