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