diff --git a/lib/pages/video/detail/reply/widgets/reply_item.dart b/lib/pages/video/detail/reply/widgets/reply_item.dart index 63a1a73a..db3b87bf 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item.dart @@ -631,9 +631,8 @@ InlineSpan buildContent( Get.find( tag: Get.arguments['heroTag']) .plPlayerController - .seekTo( - Duration(seconds: Utils.duration(matchStr)), - ); + .seekTo(Duration(seconds: Utils.duration(matchStr)), + type: 'slider'); } catch (e) { SmartDialog.showToast('跳转失败: $e'); }