diff --git a/home.html b/home.html
index f6f28bd..a359bb3 100644
--- a/home.html
+++ b/home.html
@@ -9,12 +9,12 @@
{if $_siteinfo.site_introduction_name}{$_siteinfo.site_introduction_name}{else}AI论文{/if}
{if $site_ico}
{/if}
-
+
-
+
@@ -26,8 +26,10 @@
@@ -64,6 +66,7 @@
+
@@ -161,12 +164,8 @@
-
-
-

-
-
+
+
+
+
+
@@ -464,10 +520,10 @@
}
});
}
- function toggleSelect() {
- var select = document.getElementById('project_select');
- select.size = select.size ? 0 : 3; // 切换展开/收起状态
- }
+ // function toggleSelect() {
+ // var select = document.getElementById('project_select');
+ // select.size = select.size ? 0 : 3; // 切换展开/收起状态
+ // }
function hideDom(dom) {
if ($(dom).hasClass('disBlock')) $(dom).removeClass('disBlock')
$(dom).addClass('disNone')
@@ -489,7 +545,6 @@
for (var [key, value] of formData.entries()) {
data[key] = value;
}
- console.log(data);
}
function adviseTitle(refresh = false) {
if ($('#loading').css('display') == 'block') {
@@ -501,7 +556,6 @@
return false;
}
let cur_title = $('#cur_title').val();
- console.log(cur_title,'cur_title-----');
if (cur_title != title || refresh) {
//初始化推荐标题
$('#advise-ul').html('')
@@ -820,7 +874,7 @@
alert("请选择您的学历");
return;
}
- if (chkType != '82' && !$('.form_essayWords').hasClass('hide')) {
+ if (chkType != '82' && $('.form_essayWords').css('display') !== 'none') {
var wordnums = parseInt($('input[type="radio"][name="wordnums"]:checked').val());
if (wordnums <= 0 || isNaN(wordnums)) {
alert("请选择您的字数");
@@ -846,7 +900,7 @@
var url = service_domain+ pathType[chkType] + "/catalogue?title=" + encodeURIComponent(title);
// var url = data.data.agent_domain + "/catalogue?title=" + encodeURIComponent(title);
var content_min_limit = $("#htmlconfig").attr('content_min_limit');
- if (!$('.coreContent').hasClass('hide')) {
+ if ($('.coreContent').css('display') !== 'none') {
var core_content = $('.textAreaForWordCount').val();
if (core_content.trim().length == 0 && content_min_limit > 0) {
alert("论文核心内容不能为空");
@@ -855,7 +909,9 @@
url += '&core=' + encodeURIComponent(core_content.trim());
}
if (table_and_formulas != '' && table_formula_types.indexOf(chkType) !== -1) url += '&table_and_formulas=' + table_and_formulas;
- if (!$('.form_essayWords').hasClass('hide')) url += '&aiessay_wordnum=' + wordnums;
+ if ($('.form_essayWords').css('display') !== 'none') {
+ url += '&aiessay_wordnum=' + wordnums;
+ }
if (major) url += '&major=' + major;
if (edu) url += '&edu=' + edu;
window.open(url);
@@ -903,12 +959,12 @@
专注于AI创意与技术创新的企业,提供AI写作与AI制作PPT解决方案。业务涵盖先进模型开发、技术支持、市场推广与销售。
-
公司地址:北京市大兴区金星通黄路北侧11幢1层
-
电话:010-80497641
+
-