+
核心内容
0/200
-
+ {literal}
-
+ {/literal}
@@ -464,7 +464,7 @@
$('#edu2').prop('checked', true);
$('#table_and_formulas3').prop('checked', true);
$('#table_and_formulas4').prop('checked', true);
- $('.coreContent').hide()
+ // $('.coreContent').hide()
$('.btn_result_now').hide()
});
});
diff --git a/style/js/index.js b/style/js/index.js
index 889174f..13548eb 100644
--- a/style/js/index.js
+++ b/style/js/index.js
@@ -72,8 +72,8 @@ $(document).ready(function() {
var checkTypeList={
'94':'毕业论文',
'81':'课程论文',
- '85':'职称论文',
- '97':'期刊范文',
+ // '85':'职称论文',
+ '97':'职称论文',
'62':'开题报告',
'64':'论文选题',
'91':'文献综述',
@@ -1071,10 +1071,10 @@ $(document).ready(function() {
$('.opt-advise').show()
}
if (['81','85'].indexOf(t) !== -1) {//
- $('.coreContent').show();
+ // $('.coreContent').show();
$('#charCount').html('0/200')
} else{
- $('.coreContent').hide();
+ // $('.coreContent').hide();
}
if(t == '62' ||t == '63'){
setInputText_length('500')
@@ -1093,7 +1093,7 @@ $(document).ready(function() {
$('#formInputSumbtn').html('立即生成')
}
if(t == '97'){
- setDomShow(['.form_essayWords','.coreContent'])
+ setDomShow(['.form_essayWords'])
var wordsData = allAiServicesData[check_type]['word_count_list'];
renderWordsHtml(wordsData)
setInputText_length('100')
@@ -1114,6 +1114,7 @@ $(document).ready(function() {
changeLiActive(t,'support_titleMore','.normal_recommend_title')// 标题优化
changeLiActive(t,'support_pro','.custom-dropdown')// 专业优化
changeLiActive(t,'support_edu','.formItem_pro')// 学历优化
+ changeLiActive(t,'support_core','.coreContent')// 学历优化
window.scrollTo({ top: 200, behavior: 'smooth' })
// if($('.custom-dropdown').hasClass('disNone') && $('.opt-advise').hasClass('disNone')){}
});