diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/OpenLessonPlanOfElectiveStudent.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/OpenLessonPlanOfElectiveStudent.js index 8a3b377a1..35ee917fa 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/OpenLessonPlanOfElectiveStudent.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/OpenLessonPlanOfElectiveStudent.js @@ -1,4 +1,4 @@ -(function () { +(function () { var weekChina = ["一", "二", "三", "四", "五", "六", "日"]; var begin = ''; var end = ''; @@ -106,7 +106,7 @@ return ''; }, rowClick: function (item, $item, $page) {// 列表行点击触发方法 - learun.nav.go({ path: 'OpenLessonPlanOfElectiveStudent/form', title: '查看详情', type: 'right', param: { keyValue: item.Id } }); + learun.nav.go({ path: 'EducationalAdministration/OpenLessonPlanOfElectiveStudent/form', title: '查看详情', type: 'right', param: { keyValue: item.Id } }); }, btnClick: function (item, $item, $page) {// 左滑按钮点击事件 learun.layer.confirm('确定要取消报名吗?', function (_index) {