Browse Source

j更改

remove_uniapp
w-R 3 years ago
parent
commit
536a700930
  1. 16
      lib/community/report/report_page.dart

16
lib/community/report/report_page.dart

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

Loading…
Cancel
Save