This commit is contained in:
曹辉 2022-11-04 17:02:18 +08:00
parent a9093f2a0f
commit 5e7a2230bb
3 changed files with 15 additions and 14 deletions

View File

@ -4,11 +4,10 @@
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/homepage/homepage",
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/register/register",
@ -16,7 +15,14 @@
"navigationBarTitleText": "注册账号",
"navigationBarBackgroundColor": "#ffffff"
}
}, {
},{
"path": "pages/homepage/homepage",
"style": {
"navigationBarTitleText": "泉医到家",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
@ -66,13 +72,7 @@
"navigationBarBackgroundColor": "#ffffff", //
"enablePullDownRefresh": false
}
}, {
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
},{
"path": "pages/Personal/Personal",
"style": {
"navigationBarTitleText": "个人中心",

View File

@ -83,6 +83,7 @@
this.baseurl = baseurl
this.appPersonallist = JSON.parse(options.appPersonallist)
this.appPersonallist.headPictureUrl = baseurl + this.appPersonallist.headPictureUrl
this.address = this.appPersonallist.regionName + '-' + this.appPersonallist.streetName
this.patientDiseaseInfoList = this.appPersonallist.patientDiseaseInfoList
this.patientDiseaseInfoList.forEach(e => {
e.id = e.diseaseId

View File

@ -87,7 +87,7 @@
line-height: 60rpx;
color: #46ABD7;
position: absolute;
top: 70%;
top: 73%;
}
.loginbtn {
@ -100,7 +100,7 @@
font-size: 41rpx;
color: #FFFFFF;
position: absolute;
top: 57%;
top: 62%;
left: 15%;
}