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

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

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

View File

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

View File

@@ -187,7 +187,7 @@
<div class="mask">
<ul class="layNav">
<li><a href="/">首页</a></li>
<li><a asp-action="index" asp-controller="product">产品购买</a> </li>
<li><a href="/product/index">产品购买 <span style="color: red;">活动</span></a> </li>
<li><a asp-action="index" asp-controller="LineList" asp-route-Catalog="1">线路表</a> </li>
<li><a asp-action="soft" asp-controller="product">软件下载</a> </li>
<li><a asp-action="index" asp-controller="article">教程&咨询</a></li>

View File

@@ -49,7 +49,7 @@
<div class="mask">
<ul class="layNav">
<li><a href="/">首页</a></li>
<li><a asp-action="index" asp-controller="product">产品购买</a> </li>
<li><a href="/product/index">产品购买 <span style="color: red;">活动</span></a> </li>
<li><a asp-action="index" asp-controller="LineList">线路表</a> </li>
<li><a asp-action="soft" asp-controller="product">软件下载</a> </li>
<li><a asp-action="index" asp-controller="article">教程&咨询</a></li>

View File

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