diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml
index 14390cf..3ca0cd6 100644
--- a/Host/Views.Mobile/Product/buy.cshtml
+++ b/Host/Views.Mobile/Product/buy.cshtml
@@ -51,7 +51,7 @@
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 用户主页、个人信息 实名认证。');
- window.location.href="/User/Index";
+ window.location.href="/User/IndexInfo";
}
}
});
diff --git a/Host/Views.Mobile/Product/rebuy.cshtml b/Host/Views.Mobile/Product/rebuy.cshtml
index 1a87c33..dddf0fd 100644
--- a/Host/Views.Mobile/Product/rebuy.cshtml
+++ b/Host/Views.Mobile/Product/rebuy.cshtml
@@ -36,7 +36,7 @@
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 用户主页、个人信息 实名认证。');
- window.location.href="/User/Index";
+ window.location.href="/User/IndexInfo";
}
}
});
diff --git a/Host/Views.Mobile/Shared/_Layout.cshtml b/Host/Views.Mobile/Shared/_Layout.cshtml
index 18ae3e9..323a9af 100644
--- a/Host/Views.Mobile/Shared/_Layout.cshtml
+++ b/Host/Views.Mobile/Shared/_Layout.cshtml
@@ -187,7 +187,7 @@
- 首页
- - 产品购买
+ - 产品购买 活动
- 线路表
- 软件下载
- 教程&咨询
diff --git a/Host/Views.Mobile/Shared/_UserLayout.cshtml b/Host/Views.Mobile/Shared/_UserLayout.cshtml
index 06a8988..8d7033b 100644
--- a/Host/Views.Mobile/Shared/_UserLayout.cshtml
+++ b/Host/Views.Mobile/Shared/_UserLayout.cshtml
@@ -49,7 +49,7 @@
- 首页
- - 产品购买
+ - 产品购买 活动
- 线路表
- 软件下载
- 教程&咨询
diff --git a/Host/Views.Mobile/User/MyAccounts.cshtml b/Host/Views.Mobile/User/MyAccounts.cshtml
index 8831646..a54bb12 100644
--- a/Host/Views.Mobile/User/MyAccounts.cshtml
+++ b/Host/Views.Mobile/User/MyAccounts.cshtml
@@ -26,7 +26,7 @@
success: function (res) {
if (res.Code == -10000) {
alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 用户主页、个人信息 实名认证。。');
- window.location.href="/User/Index";
+ window.location.href="/User/IndexInfo";
}
}
});
diff --git a/Host/Views/Home/Index.cshtml b/Host/Views/Home/Index.cshtml
index dfca37e..617da65 100644
--- a/Host/Views/Home/Index.cshtml
+++ b/Host/Views/Home/Index.cshtml
@@ -356,7 +356,7 @@
- 首页
- - 产品购买
+ - 产品购买 活动
- IP线路表
- 软件下载
- 教程&咨询
diff --git a/Host/Views/Shared/_Layout.cshtml b/Host/Views/Shared/_Layout.cshtml
index 33e2a2c..54cba5a 100644
--- a/Host/Views/Shared/_Layout.cshtml
+++ b/Host/Views/Shared/_Layout.cshtml
@@ -195,7 +195,7 @@
- 首页
- - 产品购买
+ - 产品购买 活动
- IP线路表
- 软件下载
- 教程&咨询
diff --git a/Host/Views/Shared/_UserLayout.cshtml b/Host/Views/Shared/_UserLayout.cshtml
index e176ba7..dc20a4e 100644
--- a/Host/Views/Shared/_UserLayout.cshtml
+++ b/Host/Views/Shared/_UserLayout.cshtml
@@ -163,7 +163,7 @@