From fb7e3a193b319a677911963eef37f99961f55905 Mon Sep 17 00:00:00 2001 From: qydysky <32743305+qydysky@users.noreply.github.com> Date: Wed, 21 Sep 2022 02:50:15 +0800 Subject: [PATCH] fix --- Reply/Reply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/Reply.go b/Reply/Reply.go index 59c7050..d39ac83 100644 --- a/Reply/Reply.go +++ b/Reply/Reply.go @@ -494,7 +494,7 @@ func (replyF) like_info_v3_click(s string) { if e := json.Unmarshal([]byte(s), &type_item); e != nil { msglog.L(`E: `, e) } - s := type_item.Data.Uname + type_item.Data.LikeText + s = type_item.Data.Uname + type_item.Data.LikeText Gui_show(s, "0room") -- 2.39.2