From a8b4feb1f85712a9e26e2fd7c5b7e4eb0774962f Mon Sep 17 00:00:00 2001 From: liyukun <1099438829@qq.com> Date: Sun, 17 Oct 2021 16:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8B=E9=93=BE=E7=94=B3?= =?UTF-8?q?=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/default/pc/index/applylink.html | 21 ++++--------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/public/template/default/pc/index/applylink.html b/public/template/default/pc/index/applylink.html index 2690b90..f7883b6 100644 --- a/public/template/default/pc/index/applylink.html +++ b/public/template/default/pc/index/applylink.html @@ -105,17 +105,17 @@ -
- +
- +
@@ -159,19 +159,6 @@ $('.conment-face-plane').css("visibility", "hidden"); e.stopPropagation(); }); - $('body').on('click', '.img-pace', function(e) { - $('.comment_form_textarea').val($('.comment_form_textarea').val() + '[f=' + $(this).attr('facename') + ']') - }); - $('body').on('click', '.popover-btn-face', function(e) { - if ($('.conment-face-plane').css("visibility") == 'visible') { - $('.conment-face-plane').css("opacity", "0"); - $('.conment-face-plane').css("visibility", "hidden"); - } else { - $('.conment-face-plane').css("opacity", "1"); - $('.conment-face-plane').css("visibility", "visible"); - } - e.stopPropagation(); - });