From a9bcb3ec4e4ae027090189cfcff22b92bdf2b7f1 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Mon, 7 Apr 2025 11:10:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(student):=20=E6=B7=BB=E5=8A=A0=E8=AF=B7?= =?UTF-8?q?=E5=81=87=E8=AF=A6=E6=83=85=20ID=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在学生端时间表页面添加请假详情 ID - 更新应用名称为"智慧教务" - 修改应用 ID- 调整 manifest.json 中的缩进格式 --- manifest.json | 9 +++------ pages/student/timetable/info.vue | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 010b722..8c1a2bd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name" : "用药提醒", - "appid" : "__UNI__86A3E16", + "name" : "智慧教务", + "appid" : "__UNI__530CC7A", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", @@ -74,10 +74,7 @@ "desc" : "你的位置信息将用于小程序位置接口的效果展示" } }, - "requiredPrivateInfos": [ - "getLocation", - "chooseLocation" - ] + "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ] }, "mp-alipay" : { "usingComponents" : true diff --git a/pages/student/timetable/info.vue b/pages/student/timetable/info.vue index 7c9efcc..08c5a5d 100644 --- a/pages/student/timetable/info.vue +++ b/pages/student/timetable/info.vue @@ -107,7 +107,7 @@ export default { onLoad(options) { this.filteredData.id = options.id//课程id this.leaveFormData.courses_id = options.id//课程id - + this.leaveFormData.schedules_id = options.id//请假详情id }, onShow(){ this.init()