diff --git a/lib/community/report/report_page.dart b/lib/community/report/report_page.dart index b4527cf9..49b0a300 100644 --- a/lib/community/report/report_page.dart +++ b/lib/community/report/report_page.dart @@ -224,7 +224,7 @@ class _ReportPage extends State { }, child: content( - editingController.text = "色情低俗", + "色情低俗", 1 ), ), @@ -238,7 +238,7 @@ class _ReportPage extends State { }, child: content( - editingController.text = "政治宗教", + "政治宗教", 2 ), ), @@ -252,7 +252,7 @@ class _ReportPage extends State { }, child: content( - editingController.text = "广告骚扰", + "广告骚扰", 3 ), ), @@ -266,7 +266,7 @@ class _ReportPage extends State { }, child: content( - editingController.text = "虚假欺骗", + "虚假欺骗", 4 ), ), @@ -280,7 +280,7 @@ class _ReportPage extends State { }, child: content( - editingController.text = "侵权(诽谤、抄袭、冒用)", + "侵权(诽谤、抄袭、冒用)", 5 ), ), @@ -294,7 +294,7 @@ class _ReportPage extends State { }, child: content( - editingController.text ="不良封面/标题", + "不良封面/标题", 6 ), ), @@ -308,7 +308,7 @@ class _ReportPage extends State { }, child: content( - editingController.text = "赌博诈骗", + "赌博诈骗", 7 ), ), @@ -322,7 +322,7 @@ class _ReportPage extends State { }, child: content( - editingController.text = "违禁内容(暴利恐怖、令人不适、宣言仇恨)", + "违禁内容(暴利恐怖、令人不适、宣言仇恨)", 8 ), ),