修改
This commit is contained in:
parent
170c089715
commit
a971df3f8a
@ -560,12 +560,9 @@
|
|||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
this.getAddress()
|
this.getAddress()
|
||||||
let that = this
|
let that = this
|
||||||
// console.log(options, '00')
|
|
||||||
uni.$on('headPictureUrl', (res) => {
|
uni.$on('headPictureUrl', (res) => {
|
||||||
console.log(res, '99999')
|
|
||||||
this.query.headPictureUrl = res.tempImg
|
this.query.headPictureUrl = res.tempImg
|
||||||
uni.$off('headPictureUrl')
|
uni.$off('headPictureUrl')
|
||||||
// 为 B 页面传过来的值
|
|
||||||
})
|
})
|
||||||
|
|
||||||
// this.query.headPictureUrl = options.headPictureUrl
|
// this.query.headPictureUrl = options.headPictureUrl
|
||||||
@ -575,7 +572,6 @@
|
|||||||
// that.query.patientId = value
|
// that.query.patientId = value
|
||||||
// }
|
// }
|
||||||
this.areaInfo()
|
this.areaInfo()
|
||||||
// this.getNurseTypeInfo();
|
|
||||||
},
|
},
|
||||||
//带参返回
|
//带参返回
|
||||||
// 从地图选点插件返回后,在页面的onShow生命周期函数中能够调用插件接口,取得选点结果对象
|
// 从地图选点插件返回后,在页面的onShow生命周期函数中能够调用插件接口,取得选点结果对象
|
||||||
@ -738,7 +734,6 @@
|
|||||||
|
|
||||||
.u-input__input {
|
.u-input__input {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #000000 !important;
|
color: #000000 !important;
|
||||||
padding-left: 20rpx;
|
padding-left: 20rpx;
|
||||||
@ -756,8 +751,6 @@
|
|||||||
::v-deep.input-placeholder {
|
::v-deep.input-placeholder {
|
||||||
color: #8E8E8E !important;
|
color: #8E8E8E !important;
|
||||||
font-size: 20rpx;
|
font-size: 20rpx;
|
||||||
|
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -769,7 +762,6 @@
|
|||||||
.name {
|
.name {
|
||||||
// padding: 25rpx 30rpx 0 30rpx;
|
// padding: 25rpx 30rpx 0 30rpx;
|
||||||
font-size: 30rpx;
|
font-size: 30rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
line-height: 38rpx;
|
line-height: 38rpx;
|
||||||
@ -812,18 +804,14 @@
|
|||||||
|
|
||||||
.testitem {
|
.testitem {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
text {
|
text {
|
||||||
padding-left: 20rpx;
|
padding-left: 20rpx;
|
||||||
line-height: 63rpx;
|
line-height: 63rpx;
|
||||||
font-size: 20rpx;
|
font-size: 20rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #8E8E8E;
|
color: #8E8E8E;
|
||||||
}
|
}
|
||||||
@ -854,18 +842,14 @@
|
|||||||
|
|
||||||
.testitem {
|
.testitem {
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
text {
|
text {
|
||||||
padding-left: 20rpx;
|
padding-left: 20rpx;
|
||||||
line-height: 63rpx;
|
line-height: 63rpx;
|
||||||
font-size: 20rpx;
|
font-size: 20rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #8E8E8E;
|
color: #8E8E8E;
|
||||||
}
|
}
|
||||||
@ -954,7 +938,6 @@
|
|||||||
background: #26A888;
|
background: #26A888;
|
||||||
border-radius: 5rpx;
|
border-radius: 5rpx;
|
||||||
font-size: 31rpx;
|
font-size: 31rpx;
|
||||||
font-family: Source Han Sans CN;
|
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user