@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等屏蔽,新增的账号不会自动解除,记得联系客服哦