修改
This commit is contained in:
parent
ac9ad66ee6
commit
20d5fd7bde
12
pages.json
12
pages.json
@ -4,18 +4,18 @@
|
||||
},
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://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",
|
||||
|
||||
@ -56,11 +56,8 @@
|
||||
}
|
||||
|
||||
.nursetype {
|
||||
height: 120rpx;
|
||||
|
||||
input {
|
||||
margin-left: 25%;
|
||||
}
|
||||
padding-bottom: 20rpx;
|
||||
border: none;line-height: 50rpx;margin: 20rpx 20rpx;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user