fix: 转发动态点击、动态详情页加tag

This commit is contained in:
guozhigq
2023-09-08 18:35:05 +08:00
parent 72ff3fdab0
commit 9e907f9151
2 changed files with 12 additions and 5 deletions

View File

@ -162,9 +162,6 @@ class DynamicsController extends GetxController {
/// 纯文字动态查看
case 'DYNAMIC_TYPE_WORD':
print('纯文本');
if (item.modules.moduleDynamic.major.draw == null) {
return;
}
Get.toNamed('/dynamicDetail',
arguments: {'item': item, 'floor': floor});
break;