mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 观看记录异常
This commit is contained in:
@@ -15,7 +15,7 @@ class HistoryItem extends StatelessWidget {
|
||||
return InkWell(
|
||||
onTap: () async {
|
||||
await Future.delayed(const Duration(milliseconds: 200));
|
||||
Get.toNamed('/video?aid=$aid',
|
||||
Get.toNamed('/video?aid=$aid&cid=${videoItem.history.cid}',
|
||||
arguments: {'heroTag': heroTag, 'pic': videoItem.cover});
|
||||
},
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user