From 87de8f2444007523328771fdabb53f09d979898c Mon Sep 17 00:00:00 2001 From: yin5th <541304803@qq.com> Date: Fri, 10 Dec 2021 10:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BF=85=E8=86=80=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/handle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/handle.js b/js/handle.js index ed64a90..10b8e53 100644 --- a/js/handle.js +++ b/js/handle.js @@ -351,7 +351,7 @@ function receiveMessage(event) // 添加翅膀 if (decoration.indexOf('people-block') != -1) { - $(`#${dm.uid} .dance-people .people-wing`).removeClass("people-block").addClass('people-block'); + $(`#${dm.uid} .people-wing`).removeClass("people-block").addClass('people-block'); } }