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";
}
}