From ebfd3a510687427f449777f3f56ab032ca289703 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 17:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E8=AE=A4=E8=AF=81=20?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF?= 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/MyAccounts.cshtml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index b0d3677..14390cf 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 4420777..1a87c33 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/MyAccounts.cshtml b/Host/Views.Mobile/User/MyAccounts.cshtml index bb4ad7b..8831646 100644 --- a/Host/Views.Mobile/User/MyAccounts.cshtml +++ b/Host/Views.Mobile/User/MyAccounts.cshtml @@ -25,7 +25,7 @@ crossDomain: true, success: function (res) { if (res.Code == -10000) { - alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 电脑端 用户主页实名认证。。'); + alert('接主管部门要求,会员需要实名认证方可使用该产品,点击确定前往 用户主页、个人信息 实名认证。。'); window.location.href="/User/Index"; } }