fix: 动态番剧头像跳转issues #224

This commit is contained in:
guozhigq
2023-10-26 23:59:30 +08:00
parent eda8a5c6a7
commit 2a4ad969d3
2 changed files with 4 additions and 6 deletions

View File

@ -17,6 +17,10 @@ class AuthorPanel extends StatelessWidget {
children: [
GestureDetector(
onTap: () {
// 番剧
if (item.modules.moduleAuthor.type == 'AUTHOR_TYPE_PGC') {
return;
}
feedBack();
Get.toNamed(
'/member?mid=${item.modules.moduleAuthor.mid}',