opt: 一键三连

This commit is contained in:
guozhigq
2024-06-10 12:50:15 +08:00
parent 41f8de1580
commit 9ba4f2309f

View File

@ -596,10 +596,10 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
InkWell( InkWell(
onTapDown: (details) { onTapDown: (details) {
feedBack(); feedBack();
if (videoIntroController.userInfo == null) { // if (videoIntroController.userInfo == null) {
SmartDialog.showToast('账号未登录'); // SmartDialog.showToast('账号未登录');
return; // return;
} // }
_controller.forward(); _controller.forward();
}, },
onTapUp: (TapUpDetails details) { onTapUp: (TapUpDetails details) {