|
|
|
@ -54,7 +54,6 @@ class _ReportPage extends State<ReportPage> {
|
|
|
|
|
if (baseData != null && baseData.isSuccess) { |
|
|
|
|
Navigator.of(context) |
|
|
|
|
.pushNamed('/router/report_success'); |
|
|
|
|
editingController.clear(); |
|
|
|
|
} else { |
|
|
|
|
SmartDialog.showToast(baseData.msg,alignment: Alignment.center); |
|
|
|
|
} |
|
|
|
@ -225,7 +224,7 @@ class _ReportPage extends State<ReportPage> {
|
|
|
|
|
}, |
|
|
|
|
child: |
|
|
|
|
content( |
|
|
|
|
"色情低俗", |
|
|
|
|
editingController.text = "色情低俗", |
|
|
|
|
1 |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -239,7 +238,7 @@ class _ReportPage extends State<ReportPage> {
|
|
|
|
|
}, |
|
|
|
|
child: |
|
|
|
|
content( |
|
|
|
|
"政治宗教", |
|
|
|
|
editingController.text = "政治宗教", |
|
|
|
|
2 |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -253,7 +252,7 @@ class _ReportPage extends State<ReportPage> {
|
|
|
|
|
}, |
|
|
|
|
child: |
|
|
|
|
content( |
|
|
|
|
"广告骚扰", |
|
|
|
|
editingController.text = "广告骚扰", |
|
|
|
|
3 |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -267,7 +266,7 @@ class _ReportPage extends State<ReportPage> {
|
|
|
|
|
}, |
|
|
|
|
child: |
|
|
|
|
content( |
|
|
|
|
"虚假欺骗", |
|
|
|
|
editingController.text = "虚假欺骗", |
|
|
|
|
4 |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -281,7 +280,7 @@ class _ReportPage extends State<ReportPage> {
|
|
|
|
|
}, |
|
|
|
|
child: |
|
|
|
|
content( |
|
|
|
|
"侵权(诽谤、抄袭、冒用)", |
|
|
|
|
editingController.text = "侵权(诽谤、抄袭、冒用)", |
|
|
|
|
5 |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -295,7 +294,7 @@ class _ReportPage extends State<ReportPage> {
|
|
|
|
|
}, |
|
|
|
|
child: |
|
|
|
|
content( |
|
|
|
|
"不良封面/标题", |
|
|
|
|
editingController.text ="不良封面/标题", |
|
|
|
|
6 |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
@ -309,7 +308,7 @@ class _ReportPage extends State<ReportPage> {
|
|
|
|
|
}, |
|
|
|
|
child: |
|
|
|
|
content( |
|
|
|
|
"赌博诈骗", |
|
|
|
|
editingController.text = "赌博诈骗", |
|
|
|
|
7 |
|
|
|
|
), |
|
|
|
|
), |
|
|
|
|