Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-03 17:22:05 +08:00
parent cb52840bad
commit b7f70ee0b3
4 changed files with 27 additions and 41 deletions

View File

@@ -124,10 +124,8 @@ class UgcIntroController extends CommonIntroController with ReloadMixin {
}
if (videoDetailController.showReply) {
try {
final videoReplyController = Get.find<VideoReplyController>(
tag: heroTag,
);
videoReplyController.count.value = data.stat?.reply ?? 0;
Get.find<VideoReplyController>(tag: heroTag).count.value =
data.stat?.reply ?? 0;
} catch (_) {}
}
} catch (_) {}