学生入住信息采集

This commit is contained in:
2025-10-24 17:45:57 +08:00
parent 8f79eeaae6
commit 14fe56b734
6 changed files with 835 additions and 3 deletions

View File

@@ -209,8 +209,7 @@
"navigationBarBackgroundColor": "#1890FF",
"navigationBarTextStyle": "white"
}
},
{
}, {
"path": "pages/record/record",
"style": {
"navigationBarTitleText": "住宿记录",
@@ -218,6 +217,22 @@
"navigationBarBackgroundColor": "#1890FF",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/dormitory/studentDormInfo/index",
"style": {
"navigationBarTitleText": "学生入住信息收集",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#1890FF",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/dormitory/studentDormInfo/informationCollection",
"style": {
"navigationBarTitleText": "信息收集",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#1890FF",
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/addapply/addapply",
"style": {