实名认证 手机端
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
crossDomain: true,
|
crossDomain: true,
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
if (res.Code == -10000) {
|
if (res.Code == -10000) {
|
||||||
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 电脑端 用户主页实名认证。');
|
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 用户主页、个人信息 实名认证。');
|
||||||
window.location.href="/User/Index";
|
window.location.href="/User/Index";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
crossDomain: true,
|
crossDomain: true,
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
if (res.Code == -10000) {
|
if (res.Code == -10000) {
|
||||||
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 电脑端 用户主页实名认证。');
|
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 用户主页、个人信息 实名认证。');
|
||||||
window.location.href="/User/Index";
|
window.location.href="/User/Index";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
crossDomain: true,
|
crossDomain: true,
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
if (res.Code == -10000) {
|
if (res.Code == -10000) {
|
||||||
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 电脑端 用户主页实名认证。。');
|
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 用户主页、个人信息 实名认证。。');
|
||||||
window.location.href="/User/Index";
|
window.location.href="/User/Index";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user