Browse Source

修改就诊人信息页面

master
kuaileWu 1 year ago
parent
commit
e930c5c7de
  1. 9
      components/inputBox.vue
  2. 21
      pages.json

9
components/inputBox.vue

@ -2,7 +2,7 @@
<view class="input-com"> <view class="input-com">
<view :class="'input-wrapper'+(errormsg?' error':'')"> <view :class="'input-wrapper'+(errormsg?' error':'')">
<view class="left"> <view class="left">
<text :class="!required?'hide-start':''">*</text> <text :class="!required?'hide-start':''"><img :src="cssUrl+'hua.svg'" class="hua"></text>
<view>{{label}}</view> <view>{{label}}</view>
</view> </view>
<view class="right"> <view class="right">
@ -45,7 +45,8 @@ export default {
}, },
data() { data() {
return { return {
errormsg:'' errormsg:'',
cssUrl:this.cssUrl
} }
}, },
methods: { methods: {
@ -144,5 +145,9 @@ export default {
width: 666rpx; width: 666rpx;
margin: 16rpx auto 0rpx; margin: 16rpx auto 0rpx;
} }
.hua{
width: 20rpx;
height: 20rpx;
}
} }
</style> </style>

21
pages.json

@ -1,13 +1,10 @@
{ {
"pages": [ "pages": [
{ {
"path" : "pages/prebook/prebook", "path": "pages/index/index",
"style" : "style": {
{ "navigationBarTitleText": ""
"navigationBarTitleText": "",
"enablePullDownRefresh": false
} }
}, },
{ {
"path" : "pages/modify_visitor/modify_visitor", "path" : "pages/modify_visitor/modify_visitor",
@ -18,17 +15,19 @@
} }
}, },
{ {
"path" : "pages/visitors/visitors", "path" : "pages/prebook/prebook",
"style" : "style" :
{ {
"navigationBarTitleText": "请选择就诊人", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/index/index", "path" : "pages/visitors/visitors",
"style": { "style" :
"navigationBarTitleText": "" {
"navigationBarTitleText": "请选择就诊人",
"enablePullDownRefresh": false
} }
}, },
{ {

Loading…
Cancel
Save