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 "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{ {
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "启动页",
"navigationStyle": "custom"
}
},{
"path": "pages/login/login", "path": "pages/login/login",
"style": { "style": {
"navigationBarTitleText": "登录", "navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#ffffff", // "navigationBarBackgroundColor": "#ffffff", //
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},{
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "启动页",
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/confirmCompletion/confirmCompletion", "path": "pages/confirmCompletion/confirmCompletion",

View File

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

View File

@ -22,7 +22,7 @@
<input disabled type="text" maxlength="11" placeholder="请输入" <input disabled type="text" maxlength="11" placeholder="请输入"
v-model="appPersonallist.phonenumber" /> v-model="appPersonallist.phonenumber" />
</view> </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-for='(uitem,index) in appPersonallist.nurseStationSysUserVOList'> {{uitem.nurseStationName}}
<text v-if="index!=appPersonallist.nurseStationSysUserVOList.length-1"></text> <text v-if="index!=appPersonallist.nurseStationSysUserVOList.length-1"></text>