查看账号不实名
This commit is contained in:
@@ -9,27 +9,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(function () {
|
$(function () {
|
||||||
|
|
||||||
let realverify = {
|
|
||||||
cookie:document.cookie,
|
|
||||||
}
|
|
||||||
$.ajax({
|
|
||||||
type: 'POST',
|
|
||||||
async:false,
|
|
||||||
url: 'http://php-api.juip.com/api/Realname/index',
|
|
||||||
dataType: "json",
|
|
||||||
contentType: "application/json",
|
|
||||||
data: JSON.stringify(realverify),
|
|
||||||
beforeSend: function(xhr) {
|
|
||||||
xhr.withCredentials = true;
|
|
||||||
},
|
|
||||||
crossDomain: true,
|
|
||||||
success: function (res) {
|
|
||||||
if (res.Code == -10000) {
|
|
||||||
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定进入实名认证。');
|
|
||||||
window.location.href="/User/Index";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
$('#myTabs a').click(function (e) {
|
$('#myTabs a').click(function (e) {
|
||||||
e.preventDefault()
|
e.preventDefault()
|
||||||
|
|||||||
Reference in New Issue
Block a user