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