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(
onTapDown: (details) {
feedBack();
if (videoIntroController.userInfo == null) {
SmartDialog.showToast('账号未登录');
return;
}
// if (videoIntroController.userInfo == null) {
// SmartDialog.showToast('账号未登录');
// return;
// }
_controller.forward();
},
onTapUp: (TapUpDetails details) {