From c50dee7b018065887164d3e0a4fa9fee67538953 Mon Sep 17 00:00:00 2001 From: yystopf Date: Wed, 22 Oct 2025 09:51:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9A=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E5=90=AB=E6=8A=95=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/home/platform_communicates/index.json.jbuilder | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/home/platform_communicates/index.json.jbuilder b/app/views/home/platform_communicates/index.json.jbuilder index 8a2d3d4d1..f88f5e0d1 100644 --- a/app/views/home/platform_communicates/index.json.jbuilder +++ b/app/views/home/platform_communicates/index.json.jbuilder @@ -9,5 +9,6 @@ json.communicates do json.enroll_field communicate.enroll_field.to_s.split(",") json.enroll_info current_user.watched?(communicate) ? communicate.watched_ext_info(current_user.id) : [] json.url communicate.url_or_uuid + json.has_vote communicate.vote.present? end end \ No newline at end of file