添加活动字样和手机端跳转

This commit is contained in:
“wanyongkang”
2020-12-27 19:06:35 +08:00
parent 153ba776c2
commit ac6bb025ba
8 changed files with 8 additions and 8 deletions

View File

@@ -26,7 +26,7 @@
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 用户主页、个人信息 实名认证。。');
window.location.href="/User/Index";
window.location.href="/User/IndexInfo";
}
}
});