实名提示修改

This commit is contained in:
“wanyongkang”
2020-12-27 16:07:29 +08:00
parent 84ff573b33
commit 124d0e56be
8 changed files with 9 additions and 9 deletions

View File

@@ -50,7 +50,7 @@
crossDomain: true,
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往 电脑端 用户主页实名认证。');
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 电脑端 用户主页实名认证。');
window.location.href="/User/Index";
}
}

View File

@@ -35,7 +35,7 @@
crossDomain: true,
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往 电脑端 用户主页实名认证。');
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 电脑端 用户主页实名认证。');
window.location.href="/User/Index";
}
}

View File

@@ -303,7 +303,7 @@
<div class="layerTable" id="real-name" style="margin-right:10em;">
<form id="nameForm">
<table border="0" cellspacing="0" cellpadding="0">
<p>接主管部门要求,注册账号需要实名认证方可使用主要功能,请仔细阅读</p><br>
<p>接主管部门要求,会员账号需要实名认证方可使用主要功能,请仔细阅读</p><br>
<p>1、为了你的帐号安全请勿使用他人手机号或身份信息</p><br>
<p>2、平台保护隐私未经法定程序其他个人和组织无法获取实名信息</p><br>
<p>3、请正确填写姓名和身份证号</p><br>

View File

@@ -25,7 +25,7 @@
crossDomain: true,
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往 电脑端 用户主页实名认证。');
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 电脑端 用户主页实名认证。');
window.location.href="/User/Index";
}
}

View File

@@ -52,7 +52,7 @@
crossDomain: true,
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往用户主页实名认证。');
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定进入实名认证。');
window.location.href="/User/Index";
}
}

View File

@@ -33,7 +33,7 @@
crossDomain: true,
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往用户主页实名认证。');
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定进入实名认证。');
window.location.href="/User/Index";
}
}

View File

@@ -238,7 +238,7 @@
</div>
<div class="real-name">
<form id="id-cert">
<p>接主管部门要求,注册账号需要实名认证方可使用主要功能,请仔细阅读</p>
<p>接主管部门要求,会员账号需要实名认证方可使用主要功能,请仔细阅读</p>
<p>1、为了你的帐号安全请勿使用他人手机号或身份信息</p>
<p>2、平台保护隐私未经法定程序其他个人和组织无法获取实名信息</p>
<p>3、请正确填写姓名和身份证号</p>
@@ -266,7 +266,7 @@
<div class="row">
<div class="col-lg-5">
<div class="zhanghu">
<div class="accout_tit"><span class="lineBar"></span>账户信息<span onclick="$('.real-name').show()" style="float:right;cursor:pointer;color:blue;">实名认证</span></div>
<div class="accout_tit"><span class="lineBar"></span>账户信息<span onclick="$('.real-name').show()" style="float:right;cursor:pointer;color:blue;font-size:25px;padding:3px 3px 0 3px;">实名认证</span></div>
<p class="edit"><a>编辑</a></p>
<div class="row">
<div class="col-lg-6 accoutLeft">

View File

@@ -25,7 +25,7 @@
crossDomain: true,
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往用户主页实名认证。');
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定进入实名认证。');
window.location.href="/User/Index";
}
}