fix banUid (#386)

This commit is contained in:
My-Responsitories
2025-03-05 09:01:08 +00:00
committed by GitHub
parent 5cc9c59c76
commit c4c5eee2eb

View File

@@ -329,11 +329,13 @@ class AuthorPanel extends StatelessWidget {
Get.back();
autoWrapReportDialog(context, ReportOptions.dynamicReport,
(reasonType, reasonDesc, banUid) async {
VideoHttp.relationMod(
mid: item.modules.moduleAuthor.mid,
act: 5,
reSrc: 11,
);
if (banUid) {
VideoHttp.relationMod(
mid: item.modules.moduleAuthor.mid,
act: 5,
reSrc: 11,
);
}
final res = await Request().post(
'/x/dynamic/feed/dynamic_report/add',
queryParameters: {