diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml index e072cc0d8..067e4e9a1 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml @@ -15,14 +15,14 @@
@@ -687,7 +687,7 @@
@if (ViewBag.UserType == "学生") { -
+ @*

西昌民族幼儿师范高等专科学校

@@ -711,7 +711,7 @@ 3、选择课只开放三天,三天后自动关闭选课功能,每门选修课记2个选修学分,如果修不够选修学分将会无法毕业。

-
+
*@ } @if (ViewBag.UserType == "学生" || ViewBag.UserType == "教师") @@ -743,8 +743,8 @@ $("#headUrl").attr("src", "/LR_OrganizationModule/User/GetImg?userId=" + loginInfo.userId); if ('@ViewBag.UserType' == '学生') { - $("#lr_left_list").children('li').eq(4).addClass("active"); - $('.lr-layout-wrap-item').eq(5).addClass("active"); + $("#lr_left_list").children('li').eq(0).addClass("active"); + $('.lr-layout-wrap-item').eq(0).addClass("active"); } else { $("#lr_left_list").children('li').eq(0).addClass("active");