修改
This commit is contained in:
parent
5316056a36
commit
806c6d184d
47
pages.json
47
pages.json
@ -9,6 +9,21 @@
|
|||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
"navigationBarBackgroundColor": "#D7EEE8"
|
"navigationBarBackgroundColor": "#D7EEE8"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}, {
|
||||||
|
"path": "pages/prescription/prescription",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "体质评估运动处方",
|
||||||
|
"navigationBarTextStyle": "white", // 标题的字体颜色
|
||||||
|
"navigationBarBackgroundColor": "#37A97B"
|
||||||
|
}
|
||||||
|
|
||||||
|
}, {
|
||||||
|
"path": "pages/index/index",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "",
|
||||||
|
"navigationBarBackgroundColor": "#D7EEE8"
|
||||||
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/Parentinformation/Parentinformation",
|
"path": "pages/Parentinformation/Parentinformation",
|
||||||
"style": {
|
"style": {
|
||||||
@ -17,28 +32,18 @@
|
|||||||
// "navigationStyle": "custom",
|
// "navigationStyle": "custom",
|
||||||
"navigationBarBackgroundColor": "#D7EEE8" //
|
"navigationBarBackgroundColor": "#D7EEE8" //
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
"path": "pages/prescription/prescription",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "体质评估运动处方",
|
|
||||||
"navigationBarTextStyle": "white", // 标题的字体颜色
|
|
||||||
"navigationBarBackgroundColor": "#37A97B"
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
"path": "pages/index/index",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "",
|
|
||||||
"navigationBarBackgroundColor": "#D7EEE8"
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/Personal/Personal",
|
"path": "pages/Personal/Personal",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
// "enablePullDownRefresh": false,
|
// "enablePullDownRefresh": false,
|
||||||
|
// "enablePullDownRefresh": false,
|
||||||
"navigationStyle": "custom",
|
"navigationStyle": "custom",
|
||||||
"navigationBarBackgroundColor": "#D7EEE8" //背景颜色
|
"navigationBarBackgroundColor": "#D7EEE8" //背景颜色
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/grade/grade",
|
"path": "pages/grade/grade",
|
||||||
"style": {
|
"style": {
|
||||||
@ -46,7 +51,9 @@
|
|||||||
// "enablePullDownRefresh": false,
|
// "enablePullDownRefresh": false,
|
||||||
// "navigationStyle": "custom",
|
// "navigationStyle": "custom",
|
||||||
"navigationBarBackgroundColor": "#D7EEE8" //背景颜色
|
"navigationBarBackgroundColor": "#D7EEE8" //背景颜色
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/home/home",
|
"path": "pages/home/home",
|
||||||
"style": {
|
"style": {
|
||||||
@ -56,14 +63,28 @@
|
|||||||
// "enablePullDownRefresh": false,
|
// "enablePullDownRefresh": false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/add/add",
|
||||||
|
"style": {
|
||||||
|
// "navigationBarTitleText": "新增学生信息",
|
||||||
|
// "navigationStyle": "custom",
|
||||||
|
"navigationBarBackgroundColor": "#37A97B",
|
||||||
|
"navigationBarTextStyle": "white" // 标题的字体颜色
|
||||||
|
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/Viewprescription/Viewprescription",
|
"path": "pages/Viewprescription/Viewprescription",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "体质评估运动处方",
|
"navigationBarTitleText": "体质评估运动处方",
|
||||||
"navigationBarBackgroundColor": "#37A97B",
|
"navigationBarBackgroundColor": "#37A97B",
|
||||||
"navigationBarTextStyle": "white" // 标题的字体颜色
|
"navigationBarTextStyle": "white" // 标题的字体颜色
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
],
|
],
|
||||||
"globalStyle": {
|
"globalStyle": {
|
||||||
"navigationBarTextStyle": "black",
|
"navigationBarTextStyle": "black",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user