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()