Commit e6f370e1 by 吴春元

bug 修改

parent be51012f
......@@ -212,21 +212,23 @@ class _OverseerHistoryListPageState extends State<OverseerHistoryListPage> {
const TextSpan(
text: " 人",
style: TextStyle(color: ColorConst.greenColor)),
const TextSpan(
text: " | ",
style: TextStyle(color: ColorConst.greyD2Color)),
const TextSpan(
text: "进行中 ",
style: TextStyle(color: ColorConst.red1BgColor)),
TextSpan(
text: mHistoryListData![index].incomplete!.toString(),
style: const TextStyle(
color: ColorConst.red1BgColor,
fontSize: 18,
fontWeight: FontWeight.bold)),
const TextSpan(
text: " 人",
style: TextStyle(color: ColorConst.red1BgColor)),
if (mHistoryListData![index].incomplete != 0) ...[
const TextSpan(
text: " | ",
style: TextStyle(color: ColorConst.greyD2Color)),
const TextSpan(
text: "进行中 ",
style: TextStyle(color: ColorConst.red1BgColor)),
TextSpan(
text: mHistoryListData![index].incomplete!.toString(),
style: const TextStyle(
color: ColorConst.red1BgColor,
fontSize: 18,
fontWeight: FontWeight.bold)),
const TextSpan(
text: " 人",
style: TextStyle(color: ColorConst.red1BgColor)),
]
])),
const SizedBox(height: 5),
Text.rich(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment