Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-15 12:24:39 +08:00
parent cb58822009
commit bdc524e486
29 changed files with 223 additions and 248 deletions

View File

@@ -303,14 +303,9 @@ class AuthorPanel extends StatelessWidget {
),
if (bvid != null)
ListTile(
onTap: () async {
onTap: () {
Get.back();
try {
final res = await UserHttp.toViewLater(bvid: bvid);
SmartDialog.showToast(res['msg']);
} catch (err) {
SmartDialog.showToast('出错了:${err.toString()}');
}
UserHttp.toViewLater(bvid: bvid);
},
minLeadingWidth: 0,
leading: const Icon(Icons.watch_later_outlined, size: 19),