This commit is contained in:
曹辉 2023-02-23 10:53:42 +08:00
parent ac9ad66ee6
commit 20d5fd7bde
3 changed files with 9 additions and 12 deletions

View File

@ -4,18 +4,18 @@
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "启动页",
"navigationStyle": "custom"
}
},{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#ffffff", //
"navigationStyle": "custom"
}
},{
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "启动页",
"navigationStyle": "custom"
}
},
{
"path": "pages/confirmCompletion/confirmCompletion",

View File

@ -56,11 +56,8 @@
}
.nursetype {
height: 120rpx;
input {
margin-left: 25%;
}
padding-bottom: 20rpx;
border: none;line-height: 50rpx;margin: 20rpx 20rpx;
}
}

View File

@ -22,7 +22,7 @@
<input disabled type="text" maxlength="11" placeholder="请输入"
v-model="appPersonallist.phonenumber" />
</view>
<view class="nursetype name" style="border: none;line-height: 50rpx;margin: 20rpx 20rpx;">
<view class="nursetype " style="">
护理站
<text v-for='(uitem,index) in appPersonallist.nurseStationSysUserVOList'> {{uitem.nurseStationName}}
<text v-if="index!=appPersonallist.nurseStationSysUserVOList.length-1"></text>