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 @@