修改
This commit is contained in:
parent
a9093f2a0f
commit
5e7a2230bb
24
pages.json
24
pages.json
@ -4,11 +4,10 @@
|
|||||||
},
|
},
|
||||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||||
{
|
{
|
||||||
"path": "pages/homepage/homepage",
|
"path": "pages/startup/startup",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "泉医到家",
|
"navigationBarTitleText": "",
|
||||||
"enablePullDownRefresh": false,
|
"navigationStyle": "custom"
|
||||||
"navigationBarBackgroundColor": "#ffffff"
|
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/register/register",
|
"path": "pages/register/register",
|
||||||
@ -16,7 +15,14 @@
|
|||||||
"navigationBarTitleText": "注册账号",
|
"navigationBarTitleText": "注册账号",
|
||||||
"navigationBarBackgroundColor": "#ffffff"
|
"navigationBarBackgroundColor": "#ffffff"
|
||||||
}
|
}
|
||||||
}, {
|
},{
|
||||||
|
"path": "pages/homepage/homepage",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "泉医到家",
|
||||||
|
"enablePullDownRefresh": false,
|
||||||
|
"navigationBarBackgroundColor": "#ffffff"
|
||||||
|
}
|
||||||
|
}, {
|
||||||
"path": "pages/login/login",
|
"path": "pages/login/login",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "",
|
"navigationBarTitleText": "",
|
||||||
@ -66,13 +72,7 @@
|
|||||||
"navigationBarBackgroundColor": "#ffffff", //背景颜色
|
"navigationBarBackgroundColor": "#ffffff", //背景颜色
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
}, {
|
},{
|
||||||
"path": "pages/startup/startup",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "",
|
|
||||||
"navigationStyle": "custom"
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
"path": "pages/Personal/Personal",
|
"path": "pages/Personal/Personal",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "个人中心",
|
"navigationBarTitleText": "个人中心",
|
||||||
|
|||||||
@ -83,6 +83,7 @@
|
|||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
this.appPersonallist = JSON.parse(options.appPersonallist)
|
this.appPersonallist = JSON.parse(options.appPersonallist)
|
||||||
this.appPersonallist.headPictureUrl = baseurl + this.appPersonallist.headPictureUrl
|
this.appPersonallist.headPictureUrl = baseurl + this.appPersonallist.headPictureUrl
|
||||||
|
this.address = this.appPersonallist.regionName + '-' + this.appPersonallist.streetName
|
||||||
this.patientDiseaseInfoList = this.appPersonallist.patientDiseaseInfoList
|
this.patientDiseaseInfoList = this.appPersonallist.patientDiseaseInfoList
|
||||||
this.patientDiseaseInfoList.forEach(e => {
|
this.patientDiseaseInfoList.forEach(e => {
|
||||||
e.id = e.diseaseId
|
e.id = e.diseaseId
|
||||||
|
|||||||
@ -87,7 +87,7 @@
|
|||||||
line-height: 60rpx;
|
line-height: 60rpx;
|
||||||
color: #46ABD7;
|
color: #46ABD7;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 70%;
|
top: 73%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loginbtn {
|
.loginbtn {
|
||||||
@ -100,7 +100,7 @@
|
|||||||
font-size: 41rpx;
|
font-size: 41rpx;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 57%;
|
top: 62%;
|
||||||
left: 15%;
|
left: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user