From 8cfe3575278c76d2c887a596286933676d0c621e Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Fri, 7 Feb 2025 16:49:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A0=B8=E5=BF=83=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=85=A5=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/js/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style/js/index.js b/style/js/index.js index da6639a..889174f 100644 --- a/style/js/index.js +++ b/style/js/index.js @@ -706,6 +706,9 @@ $(document).ready(function() { } postData.title = title } + if ($('.coreContent').css('display') !== 'none'){ + postData.core_content = $('#coreTextarea').val() + } if(!$('.custom-dropdown').hasClass('disNone')){ var major= parseInt($('.dropdown-input').attr('selected_val')) if (major <= 0 || !major) {