fix and fix dynamics render

This commit is contained in:
guozhigq
2023-09-08 17:21:11 +08:00
parent 81dace96d7
commit 72ff3fdab0
3 changed files with 107 additions and 96 deletions

View File

@ -162,6 +162,9 @@ 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;