Browse Source

feat(student): 添加请假详情 ID并更新应用信息

- 在学生端时间表页面添加请假详情 ID
- 更新应用名称为"智慧教务"
- 修改应用 ID- 调整 manifest.json 中的缩进格式
master
liutong 12 months ago
parent
commit
a9bcb3ec4e
  1. 9
      manifest.json
  2. 2
      pages/student/timetable/info.vue

9
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

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

Loading…
Cancel
Save