opt: 一键三连样式

This commit is contained in:
guozhigq
2024-06-10 14:18:59 +08:00
parent 9ba4f2309f
commit a9428fdc72

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) {