From 8bc53b737c8a900a6f5ac5eef65291125bcf274c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 11 Mar 2024 11:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=A7=A3=E9=99=A4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/User/IndexInfo.cshtml | 17 ++++++++++++----- Host/Views/User/upload.cshtml | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index 4df60c4..eafcfb9 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -258,13 +258,17 @@
- - + +

同时手持身份证和安全使用协议的照片
下载使用样板

- - + +

上传涉及IP产品的业务视频

@@ -438,6 +442,9 @@ get_argument(); function get_argument() { + $("#argument_up").hide(); + $("#argument_done").hide(); + let data = { cookie:document.cookie, } @@ -495,7 +502,7 @@ $.ajax({ type: 'POST', - url: 'http://juip.wyk/tencent/index/upload', + url: 'http://php-api.juip.com/tencent/index/upload', dataType: "json", async:false, contentType:false,//如果请求参数是FormData 必须设置 contentType请求头为false diff --git a/Host/Views/User/upload.cshtml b/Host/Views/User/upload.cshtml index f08265a..e80d05c 100644 --- a/Host/Views/User/upload.cshtml +++ b/Host/Views/User/upload.cshtml @@ -58,7 +58,7 @@ $.ajax({ type: 'POST', - url: 'http://juip.wyk/tencent/index/upload', + url: 'http://php-api.juip.com/tencent/index/upload', dataType: "json", async:false, contentType:false,//如果请求参数是FormData 必须设置 contentType请求头为false