diff --git a/Host/Views/User/Index.cshtml b/Host/Views/User/Index.cshtml index f1e264d..0b8a91a 100644 --- a/Host/Views/User/Index.cshtml +++ b/Host/Views/User/Index.cshtml @@ -481,7 +481,6 @@
账户信息 - 上传协议书
@@ -495,6 +494,9 @@ 经销商 }

+ + 上传手持解屏蔽 + 上传手持解屏
@if(Model.UserModel.agent_id==0 && Model.UserModel.is_agent == 0){
@@ -701,6 +703,35 @@ } }); } + + get_argument(); + function get_argument() { + let data = { + cookie:document.cookie, + } + + $.ajax({ + type: 'POST', + url: 'http://php-api.juip.com/tencent/index/get_is_upload', + dataType: "json", + contentType: "application/json", + data: JSON.stringify(data), + beforeSend: function(xhr) { + xhr.withCredentials = true; + }, + crossDomain: true, + success: function (res) { + if (res.code == 1) { + $("#argument_up").hide(); + $("#argument_done").show(); + } else { + $("#argument_up").show(); + $("#argument_done").hide(); + } + } + }); + } + // startBizService 接口仅在支付宝 10.0.15 及以上支持 diff --git a/Host/Views/User/upload.cshtml b/Host/Views/User/upload.cshtml index c1c1b7f..9fb9602 100644 --- a/Host/Views/User/upload.cshtml +++ b/Host/Views/User/upload.cshtml @@ -4,21 +4,21 @@ }

上传使用协议

- +

您可通过以下要求上传成功后联系客服审核,然后解除微信QQ等屏蔽,新增的账号不会自动解除,记得联系客服哦

- + -

上传签订的安全使用协议书 下载使用协议样板

+

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

- + -

上传涉及我方产品的业务视频

+

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