From 29a28dbdf15bc4d9e4974f51ef3fa38bd2a9c886 Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Thu, 27 Nov 2025 17:45:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0loading=E3=80=81=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E4=B8=8A=E4=BC=A0=E8=BF=9B=E5=BA=A6=E6=9D=A1=E3=80=81?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA=E3=80=81=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets_v2/images/clientSet/cata_loading.png | Bin 0 -> 960 bytes assets_v2/images/clientSet/close.svg | 1 + assets_v2/images/clientSet/qrcode_ex.svg | 1 + assets_v2/images/clientSet/uploadSuccess.svg | 1 + assets_v2/js/clientSet/fixedTemUpload.js | 98 + fixedTemUpload.html | 365 ++++ loading.html | 211 ++ pay.html | 2709 ++++++++++++++++++++++++++ report.html | 31 +- selfBulid.html | 409 ++++ temUpload.html | 280 --- 11 files changed, 3815 insertions(+), 291 deletions(-) create mode 100644 assets_v2/images/clientSet/cata_loading.png create mode 100644 assets_v2/images/clientSet/close.svg create mode 100644 assets_v2/images/clientSet/qrcode_ex.svg create mode 100644 assets_v2/images/clientSet/uploadSuccess.svg create mode 100644 assets_v2/js/clientSet/fixedTemUpload.js create mode 100644 fixedTemUpload.html create mode 100644 loading.html create mode 100644 pay.html create mode 100644 selfBulid.html delete mode 100644 temUpload.html diff --git a/assets_v2/images/clientSet/cata_loading.png b/assets_v2/images/clientSet/cata_loading.png new file mode 100644 index 0000000000000000000000000000000000000000..6bf643b6ab870033e71100f81a07f3d22c655bc7 GIT binary patch literal 960 zcmV;x13&zUP)Px#1am@3R0s$N2z&@+hyVZsYDq*vR9J=WmrZCKWf;eQ&zsF|A}J2GLXl_&6%zE2 zT~JWGG$%=mn1vn-Ndzf^V#HQO!R&fa4}l2g(v!(eu&_}{w+Eqn5tK$Id#kj<3LZRe z(iHdeeR|lLb+RALX0v+H|LJ+Z=Kq^_-j8SCzb-lIfUKvkLR<{fKjf<8ySsLLe_wwZ z8!@$UmtRw_#jgG%09&3e7-1ga3_zu#eEm(it>5UVl&V$Te0a>H*FKEhIyOMoQy0Sx zz-?{2`Ae1Ccj~oTjYubu;VA1@J{ozWZ-8uGmw{BMs(_NKDH}D|NhYKSknz;{F;{-B zRF;>EyY@o8&go#li4$h~vD5Wr>h*{II1)ey^Awhi*@P4x1P!qGap|J9d|s)j128-+ zcb;_ZOectr0M|TS62mHhLQyR<=Mu7Wm~mKdep;T|yQkk*tNJv+sgq{=%lBi?9}1B5 z)K!Bg;Ph)ADC4Pf?Yr{L{d*0Flc&te+Iz9f;XbBq)DT|@H~?4{`!xqhCZss|th^G9 zHrC4BU3+QeYI&+FK-Nn08P`c4 z*F4ZC7o%4kNB#u3yQder1NeswP?$|fZcqRK)sn0M)a#7AwNgIc8Ni=@fn!g7tDc%P zKL_z&drYdLnO0?wAF3xhJxcArzMR)3kpkqV$zqkJdLX% z6O^qb+1jV`IbfOL?`@g7p4Zik*T`;;V7?%R8^P48<(*Dfd-s&AJsB-vSuBNe!7j#e zBfO3Hi_U)ue`eeC;H1=3R}2}2cu=QM6lGJDyh71JVF=>JFrhF<>wdSS&nD!HZXP}T z7i9CgtgzI~lzNe}j*>nsiS7BvB;% \ No newline at end of file diff --git a/assets_v2/images/clientSet/qrcode_ex.svg b/assets_v2/images/clientSet/qrcode_ex.svg new file mode 100644 index 0000000..7e1a391 --- /dev/null +++ b/assets_v2/images/clientSet/qrcode_ex.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets_v2/images/clientSet/uploadSuccess.svg b/assets_v2/images/clientSet/uploadSuccess.svg new file mode 100644 index 0000000..d6db68e --- /dev/null +++ b/assets_v2/images/clientSet/uploadSuccess.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets_v2/js/clientSet/fixedTemUpload.js b/assets_v2/js/clientSet/fixedTemUpload.js new file mode 100644 index 0000000..50c4049 --- /dev/null +++ b/assets_v2/js/clientSet/fixedTemUpload.js @@ -0,0 +1,98 @@ +$(document).ready(function () { + // 假装一下 + $('#progressBar').val(20); + $('#progressBar').text('20%'); + + bindFileUpload(); + + function bindFileUpload() { + var formData = new FormData(); + $('.fileUpload').on('click', function (event) { + $('#fileUpload').trigger('click') + }) + $('#againBtn').on('click', function (event) { + $('#fileUpload').trigger('click') + }) + $('#cancleBtn').click(function () { + formData = new FormData(); + $('.uploadMes').html('') + }) + $('#fileUpload').on('change', function () { + $('#againBtn').addClass('hide') + var fileInput = $(this); + var files = fileInput.prop('files'); + var file = files[0]; // 获取文件 + if (file) { + // 这里可以添加上传文件之前的逻辑,例如文件验证 + // 创建FormData对象 + formData.append('paper_file', file); + formData.append('paper_type', '1'); + formData.append('is_asynch', '1'); + formData.append('ver_chktype', check_type); + // 使用jQuery AJAX上传文件 + $.ajax({ + url: service_domain + '/upload_file', + type: 'POST', + data: formData, + dataType: 'json', + processData: false, // 告诉jQuery不要处理发送的数据 + contentType: false, // 告诉jQuery不要设置Content-Type请求头 + xhr: function () { + $(".uploadShow").addClass('hide'); + $(".uploadMesShow").removeClass('hide'); + $(".uploadMes").removeClass('hide'); + $('#cancleBtn').removeClass('hide') + + var xhr = $.ajaxSettings.xhr(); + if (xhr.upload) { + $(".fileName").html(file.name); + + xhr.upload.addEventListener('progress', function (e) { + if (e.lengthComputable) { + var progress = Math.ceil((e.loaded / e.total) * 100); + // console.log('progress', progress) + $('.uploadMes').html('上传中......'); + } + }, false); + } + return xhr; + }, + success: function (res) { + // 成功回调 + // res = fileMockData + if (res.status) { + $(".uploadShow").addClass('hide'); + $("#cancleBtn").addClass('hide'); + $(".uploadMes").html('上传成功'); + $(".uploadMes").addClass('uploadSuccess');// 成功样式 + $(".uploadMes").removeClass('hide'); + + $('#againBtn').removeClass('hide') + $("#upload_file_md5").val(res.data.upload_file_md5); + $("#upload_file_name").val(res.data.upload_file_name); + $("#upload_file_tmpname").val(res.data.upload_file_tmpname); + } else { + $(".uploadShow").addClass('hide'); + $(".uploadMes").html(res.info); + $(".uploadMes").removeClass('uploadSuccess'); + $("#cancleBtn").addClass('hide'); + $('#againBtn').removeClass('hide') + $('.uploadMes').addClass("uploadfile-error"); + $(".uploadMes").removeClass('hide'); + } + }, + error: function (jqXHR, textStatus, errorThrown) { + // 错误回调 + $(".uploadShow").addClass('hide'); + $(".uploadMes").removeClass('uploadSuccess'); + $('.uploadMes').html('解析失败!请检查文件重新上传'); + $('.uploadMes').addClass("uploadfile-error"); + $(".uploadMes").removeClass('hide'); + $('#againBtn').removeClass('hide') + } + }); + } + }); + } + +}) \ No newline at end of file diff --git a/fixedTemUpload.html b/fixedTemUpload.html new file mode 100644 index 0000000..57731a2 --- /dev/null +++ b/fixedTemUpload.html @@ -0,0 +1,365 @@ + + + + + + + {if $sitename}{$sitename}{else}一键生成万字{if !$is_filter_lunwen}论文{/if}范文{/if} + + + + {if $site_ico} + {/if} + + + + + + + + + + + {literal} + + {/literal} + + + + + + + + +
+
+
+

上传论文,进行排版

+
+ 返回 +
+
+
+
+
+ 模板 + 中国人民大学-本科-马克思政治学院 +
+ +
+
+
+ 学校 + 中国人民大学 +
+
+
+ 学历 +
+ 本科 + 本科 + 本科 + 本科 + 本科 +
+
+
+
+ 学院 +
+ 通用 + 马克思政治学院 +
+
+
+ +
+ +
+ +

点击此处上传论文,请确保论文完整

+

+ 1.支持doc、docx类文件,建议使用Word2013及以上版本。极少部分文档,因软件兼容问题需自行简单调版即可。
+ 2.上传文档应包含学位论文的基本要素信息,暂不支持纯图片的文件排版。
+ 3.单个文件,不能超过500M。 +

+
+ +
+ +
+ + 0% + +
+ +
文件名称。doc
+
上传中。。。
+
取消上传
+
重新上传
+
+
+
+ + +

点击排版,免费看效果,满意再付费

+ + + +
+
1
+ + + + + +{literal} + +{/literal} + + \ No newline at end of file diff --git a/loading.html b/loading.html new file mode 100644 index 0000000..555bd85 --- /dev/null +++ b/loading.html @@ -0,0 +1,211 @@ + + + + + + Document + + + + + +
+
+ + + +
努力排版中…
0%
+
约需30秒,生成后免费预览,满意再下载
+
不等了,完成后通知我
+
+
+ + +
+
+

排版完成会提醒

+ + +

微信扫码关注公众号

+
+
+ + + + + \ No newline at end of file diff --git a/pay.html b/pay.html new file mode 100644 index 0000000..f75a30d --- /dev/null +++ b/pay.html @@ -0,0 +1,2709 @@ + + + + +
+ {if $pay_is_dialog} + + {/if} + +
+
    +
  • + + + +
  • +
  • + 提交后余额自动抵扣 +
  • +
  • + +
  • +
+
+ + +
+ + + +

支付订单

+ +
+
    +
  • +

    + + +

    +

    不参与优惠 原价付

    +
  • +
+ + {if $isai2} +
+
+ {/if} +
+
+ + + +
+ +
    +
  • +
    + {if !$isai2} + + {else} + + {/if} +
    +
    + +

    点击刷新

    +
    + + {if !$isai2} +

    + + 支付宝扫码支付 +

    + +

    + + 微信扫码支付 +

    +

    + {/if} +
  • +
  • +

    + + + +

    +
    +

    扫码支付自动提交,请勿刷新

    +

    提交成功用订单号查询结果

    +
    + +
  • +
+ + + + + + + +
+
+
+

请输入卡号

+
+ +
+ + {if $isbule_tpl} + + {else} + + {/if} + +
+ +
+

+
+ + + + +
+
+ + +
+ +
+
+
    + + +
+
+ 支付方式: + + + + +
+
+
+
+ +
+
+
+
+
+ +
+
+

已下单,填{if $_is_jd}京东{else}淘宝{/if}订单号

+
+
+

+ 应拍{$config.unit_piece}件(1{$config.unit_name}/{$config.unit_piece}件) +

+
+ +

+ 订单号在哪?

+
+
+
+
+
+ {if $_is_jd} 京东{else} 淘宝{/if}订单 +
+ {if $_is_jd} + + {else} + + {/if} +
+
+
+ +
+
+ 淘宝订单号: + + {if $isbule_tpl} + + {else} + + {/if} + +
+ +
+ + +
+
订单总数:
+
已用数:
+
可用数:
+
+ +
+
+ 淘宝订单号: + + {if $isbule_tpl} + + {else} + + {/if} + +
+
+
+
订单总数:
+
已用数:
+
可用数:
+
+ +
+
+ 淘宝订单号: + + {if $isbule_tpl} + + {else} + + {/if} + +
+
+
+
订单总数:
+
已用数:
+
可用数:
+
+ +
+

+
+ + +
+ +
+

未下单,先购买

+
+

{if $_is_jd}京东{else}淘宝{/if}APP扫码拍单

+ +
+ + +
+ +
+ +{if $pay_is_dialog} + +{/if} + +
{$smarty.get.title|@urldecode}
+{if $smarty.get.core} +
{$smarty.get.core|@urldecode}
+{/if} +
{$config.check_type}
+
{$check_configs}
+ +{if $_ai_login_type} +
+{/if} + +{if $isai2} +
+{/if} + +{if $pay_is_dialog} +
+
+
{$typeinput|@json_encode}
+{/if} + +{if $smarty.get.aiessay_wordnum>=0} +
{$smarty.get.aiessay_wordnum}
+{/if} + +{if $smarty.get.table_and_formulas} +
{$smarty.get.table_and_formulas}
+{/if} + +{if $smarty.get.major} +
{$smarty.get.major}
+{/if} + +{if $smarty.get.qikan_level} +
{$smarty.get.qikan_level}
+{/if} + +{if $smarty.get.edu} +
{$smarty.get.edu}
+{/if} + +{if $smarty.get.is_detail_demand} +
{$smarty.get.is_detail_demand}
+{/if} + +{if $smarty.get.is_core_content} +
{$smarty.get.is_core_content}
+{/if} + +{if $smarty.get.keyword} +
{$smarty.get.keyword}
+{/if} + +{if $smarty.get.wdm_createtype} +
{$smarty.get.wdm_createtype}
+{/if} + +
+
+
+ 此页面信息至关重要,您可截图保存避免丢失 + +
+
+
+ 提交成功!订单号是下载范文唯一凭证 +
+
+ +
+

+ 微信扫码,随时获知范文生成状态 +

+
+

+

状态:生成中......

+
+

+ 订单号:oui18287276789998899 + +

+
+
+
+ + +
+
+ + +
+ + +{literal} + +{/literal} + +
+
+ +
+ {if $isai2} + + {else} + + {/if} + 修改提纲 + +
+ +
+ +
+
+ +
+
    +
  • +
    H1 一级标题 +
    +
    H1 一级标题
    +
  • +
  • +
    H2 二级标题 +
    +
    H2 二级标题
    +
  • +
  • +
    H3 二级标题 +
    +
    H3 二级标题
    +
  • +
+
+ +
+
+ +
+ + 取消后不会保存修改结果,确定取消吗 +
+
+
取消修改
+
继续修改
+
+
+ +{if $smarty.get.iscata} +
+{/if} + +{if $smarty.get.conenttype} +
+{/if} + +
+ +{literal} + +{/literal} \ No newline at end of file diff --git a/report.html b/report.html index 1e9a79e..ca06fb3 100644 --- a/report.html +++ b/report.html @@ -36,11 +36,8 @@ } .report_content { - width: 600px; + width: 956px; text-align: center; - /* display: flex; - flex-direction: column; - justify-content: center; */ } .report_content h3 { @@ -272,7 +269,7 @@ } .report_content .report_detail { - width: 600px; + width: 956px; height: 360px; border-radius: 6px; opacity: 1; @@ -401,6 +398,13 @@ overflow: hidden; } + .report_mes{ + color: #EE7000; + border-radius: 6px; + background: rgba(236, 133, 51, 0.12); + padding: 8px 16px; + } + /* 报告下载end */ @@ -408,16 +412,20 @@
{include file="include/ai2/header.html"} - + {if $smarty.get.oid|@trim}
{$smarty.get.oid|@trim}
{elseif $smarty.cookies.tid}
{$smarty.cookies.tid}
{/if}
+
+ + 系统保留7天以内的检测报告,超过7天则被删除,确保您的论文不会被泄露和盗窃,检测完成后请尽快下载您的检测报告。 +
-

我的报告

+

下载论文排版

订单编号: @@ -440,6 +448,9 @@
  • 淘宝订单

  • +
  • +

    检测卡订单

    +
  • @@ -455,13 +466,11 @@
    +
    -
    - - 系统保留7天以内的检测报告,超过7天则被删除,确保您的论文不会被泄露和盗窃,检测完成后请尽快下载您的检测报告。 -
    +
    diff --git a/selfBulid.html b/selfBulid.html new file mode 100644 index 0000000..503c858 --- /dev/null +++ b/selfBulid.html @@ -0,0 +1,409 @@ + + + + + + + {if $sitename}{$sitename}{else}一键生成万字{if !$is_filter_lunwen}论文{/if}范文{/if} + + + + {if $site_ico} + {/if} + + + + + + + + + + + {literal} + + {/literal} + + + + + + + + +
    +
    +
    +

    贡献一份模板,收获一次免费排版

    +

    携手共建高校论文模板库,帮助后来的学弟学妹!

    +
    + + + +
    +
    +
    + 1.基本信息 + +
    +
    +
    +
    所属学校:
    +
    +
    + +
    + +
    +
    + 上海交通大学 + 不可修改 +
    +
    + + + + +
    +
    +
    所属学校:
    +
    + +
    +
    +
    +
    学  历:
    +
    +
    + +
    + +
    +
    + +
    + +
    +
    + +
    + +
    +
    + +
    + +
    +
    + +
    + +
    +
    +
    +
    +
    手 机 号:
    +
    + +
    +
    +
    +
    + +
    +
    +
    + 2.论文要求 + +
    +

    上传学校下发的论文格式文档

    +
    + +

    点击此处上传文件

    +

    若有多个文件,请打包成压缩包上传

    +
    +
    + +
    +
    +
    + 3.论文上传,免费排版 +
    +

    上传学校下发的论文格式文档

    +
    + +

    现在传:排好直接发您。以后传:先做好模板,短信通知您来操作。这都是安全、免费的

    +
    +
    + + + + + +
    +
    1
    + + + + + +{literal} + +{/literal} + + \ No newline at end of file diff --git a/temUpload.html b/temUpload.html deleted file mode 100644 index 48ff18c..0000000 --- a/temUpload.html +++ /dev/null @@ -1,280 +0,0 @@ - - - - - - - {if $sitename}{$sitename}{else}一键生成万字{if !$is_filter_lunwen}论文{/if}范文{/if} - - - - {if $site_ico} - {/if} - - - - - - - - - - - {literal} - - {/literal} - - - - - - - - -
    -
    -
    -

    上传论文,进行排版

    -
    -
    - -
    - - - - - -
    -
    1
    - - - - - -{literal} - -{/literal} - - \ No newline at end of file