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