From 56666ef3d8b7816457735d6381cc5518128b282f Mon Sep 17 00:00:00 2001 From: liangkun Date: Fri, 2 Sep 2022 10:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E4=BF=AE=E8=AF=BE=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../OpenLessonPlanOfElectiveStudent.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {