From 4b5923dd739d2757b143bf02aedbf06365e2aac1 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Wed, 12 Feb 2025 09:37:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=93=E4=B8=9A=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C=E5=88=A4=E6=96=AD=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/js/index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style/js/index.js b/style/js/index.js index 13548eb..2784c36 100644 --- a/style/js/index.js +++ b/style/js/index.js @@ -21,6 +21,7 @@ $(document).ready(function() { var value_added_select = [];//已选择的增值服务 var stepFlag = false; var table_and_formulas = ''; + var noCheckList = ['62','63','81'] var cssurl = $('#styleUrl').attr('url'); // var cssurl= './style/img/'//dev var pptUrlList = [ @@ -634,6 +635,7 @@ $(document).ready(function() { return paytype; } function payAction(){ + var flag = noCheckList.includes(check_type) value_added_select = []; let check_type1 = $('li.active_select').attr('type'); check_type = check_type1 @@ -709,7 +711,7 @@ $(document).ready(function() { if ($('.coreContent').css('display') !== 'none'){ postData.core_content = $('#coreTextarea').val() } - if(!$('.custom-dropdown').hasClass('disNone')){ + if(!$('.custom-dropdown').hasClass('disNone') && !flag){ var major= parseInt($('.dropdown-input').attr('selected_val')) if (major <= 0 || !major) { alert("请选择您的专业");