From ac6bb025ba9ef9dfab91500284d8fd08a3f224a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sun, 27 Dec 2020 19:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B4=BB=E5=8A=A8=E5=AD=97?= =?UTF-8?q?=E6=A0=B7=E5=92=8C=E6=89=8B=E6=9C=BA=E7=AB=AF=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Product/buy.cshtml | 2 +- Host/Views.Mobile/Product/rebuy.cshtml | 2 +- Host/Views.Mobile/Shared/_Layout.cshtml | 2 +- Host/Views.Mobile/Shared/_UserLayout.cshtml | 2 +- Host/Views.Mobile/User/MyAccounts.cshtml | 2 +- Host/Views/Home/Index.cshtml | 2 +- Host/Views/Shared/_Layout.cshtml | 2 +- Host/Views/Shared/_UserLayout.cshtml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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 @@