From 6fa4f69af546ba69b724a549729fa2374aed5a68 Mon Sep 17 00:00:00 2001 From: orz12 Date: Thu, 21 Dec 2023 21:06:35 +0800 Subject: [PATCH] =?UTF-8?q?opt:=20=E7=A7=BB=E9=99=A4=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E7=82=B9=E8=B5=9E=E5=86=97=E4=BD=99=E5=8A=A0=E8=BD=BD=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/reply/widgets/zan.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/pages/video/detail/reply/widgets/zan.dart b/lib/pages/video/detail/reply/widgets/zan.dart index da0c1378..c628904f 100644 --- a/lib/pages/video/detail/reply/widgets/zan.dart +++ b/lib/pages/video/detail/reply/widgets/zan.dart @@ -24,7 +24,7 @@ class _ZanButtonState extends State { // 评论点赞 onLikeReply() async { feedBack(); - SmartDialog.showLoading(msg: 'pilipala ...'); + // SmartDialog.showLoading(msg: 'pilipala ...'); ReplyItemModel replyItem = widget.replyItem!; int oid = replyItem.oid!; int rpid = replyItem.rpid!; @@ -32,7 +32,7 @@ class _ZanButtonState extends State { int action = replyItem.action == 0 ? 1 : 0; var res = await ReplyHttp.likeReply( type: widget.replyType!.index, oid: oid, rpid: rpid, action: action); - SmartDialog.dismiss(); + // SmartDialog.dismiss(); if (res['status']) { SmartDialog.showToast(replyItem.action == 0 ? '点赞成功 👍' : '取消赞 💔'); if (action == 1) {