From 124d0e56be99c310a47cdd2f2c5b6f013f3c43d1 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 16:07:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E5=90=8D=E6=8F=90=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 | 2 +- Host/Views.Mobile/User/MyAccounts.cshtml | 2 +- Host/Views/Product/buy.cshtml | 2 +- Host/Views/Product/rebuy.cshtml | 2 +- Host/Views/User/Index.cshtml | 4 ++-- Host/Views/User/MyAccounts.cshtml | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index f4dc0ff..b0d3677 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 4011306..4420777 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 76ee60c..b73aaa5 100644 --- a/Host/Views.Mobile/User/IndexInfo.cshtml +++ b/Host/Views.Mobile/User/IndexInfo.cshtml @@ -303,7 +303,7 @@