From d8e5723e8a9e70b10cc66ec4aef138b88bc87e7b Mon Sep 17 00:00:00 2001 From: wyongk <937888580@qq.com> Date: Fri, 18 Dec 2020 23:35:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E5=AE=9D=E9=AA=8C=E8=AF=81?= 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/User/IndexInfo.cshtml | 105 ++++++++++++++++++- Host/Views.Mobile/User/MyAccounts.cshtml | 2 +- Host/Views/User/Index.cshtml | 128 ++++++++++++++++++++--- 5 files changed, 219 insertions(+), 20 deletions(-) diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index 040fbf9..f4dc0ff 100644 --- a/Host/Views.Mobile/Product/buy.cshtml +++ b/Host/Views.Mobile/Product/buy.cshtml @@ -50,7 +50,7 @@ crossDomain: true, success: function (res) { if (res.Code == -10000) { - alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往用户主页实名认证。'); + alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往 电脑端 用户主页实名认证。'); window.location.href="/User/Index"; } } diff --git a/Host/Views.Mobile/Product/rebuy.cshtml b/Host/Views.Mobile/Product/rebuy.cshtml index 4d914b6..4011306 100644 --- a/Host/Views.Mobile/Product/rebuy.cshtml +++ b/Host/Views.Mobile/Product/rebuy.cshtml @@ -35,7 +35,7 @@ crossDomain: true, success: function (res) { if (res.Code == -10000) { - alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往用户主页实名认证。'); + alert('接主管部门要求,账号需要实名认证方可使用主要功能,请前往 电脑端 用户主页实名认证。'); window.location.href="/User/Index"; } } diff --git a/Host/Views.Mobile/User/IndexInfo.cshtml b/Host/Views.Mobile/User/IndexInfo.cshtml index 5a5d29d..76ee60c 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -71,7 +71,7 @@