修改
This commit is contained in:
parent
ca8e4f2c95
commit
1d9b72c190
@ -150,7 +150,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/Nursingstationserviceorder/Nursingstationserviceorder",
|
"path": "pages/Nursingstationserviceorder/Nursingstationserviceorder",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "护理站服务订单",
|
"navigationBarTitleText": "护理机构服务订单",
|
||||||
"navigationBarBackgroundColor": "#ffffff", //背景颜色
|
"navigationBarBackgroundColor": "#ffffff", //背景颜色
|
||||||
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
"onReachBottomDistance": 40, //距离底部多远时触发 单位为px
|
||||||
"enablePullDownRefresh": true //设置参数为true
|
"enablePullDownRefresh": true //设置参数为true
|
||||||
@ -259,7 +259,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/nursestation/nursestation",
|
"path": "pages/nursestation/nursestation",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "护理站详情",
|
"navigationBarTitleText": "护理机构详情",
|
||||||
"navigationBarBackgroundColor": "#ffffff",
|
"navigationBarBackgroundColor": "#ffffff",
|
||||||
"onReachBottomDistance": 100, //距离底部多远时触发 单位为px
|
"onReachBottomDistance": 100, //距离底部多远时触发 单位为px
|
||||||
"enablePullDownRefresh": true //设置参数为true
|
"enablePullDownRefresh": true //设置参数为true
|
||||||
@ -268,7 +268,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/site/site",
|
"path": "pages/site/site",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "护理站",
|
"navigationBarTitleText": "护理机构",
|
||||||
"enablePullDownRefresh": false,
|
"enablePullDownRefresh": false,
|
||||||
"navigationBarBackgroundColor": "#ffffff", //背景颜色
|
"navigationBarBackgroundColor": "#ffffff", //背景颜色
|
||||||
"onReachBottomDistance": 100, //距离底部多远时触发 单位为px
|
"onReachBottomDistance": 100, //距离底部多远时触发 单位为px
|
||||||
|
|||||||
@ -209,7 +209,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.configuration {
|
.configuration {
|
||||||
margin:0 30rpx;
|
margin:20rpx 30rpx 0;
|
||||||
padding-bottom: 30rpx;
|
padding-bottom: 30rpx;
|
||||||
border-bottom: 1rpx solid #CDC9C9;
|
border-bottom: 1rpx solid #CDC9C9;
|
||||||
.text {
|
.text {
|
||||||
@ -218,7 +218,7 @@
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10rpx 20rpx;
|
padding: 10rpx 20rpx;
|
||||||
margin-right: 10rpx;
|
margin-right: 10rpx;
|
||||||
font-size: 18rpx;
|
font-size: 24rpx;
|
||||||
color: #F44B2F;
|
color: #F44B2F;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -261,7 +261,7 @@
|
|||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
padding-bottom: 30rpx;
|
padding-bottom: 30rpx;
|
||||||
.time{
|
.time{
|
||||||
font-size: 27rpx;
|
font-size: 30rpx;
|
||||||
margin: 10rpx 0;
|
margin: 10rpx 0;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
.timeday{
|
.timeday{
|
||||||
@ -290,11 +290,11 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.address {
|
.address {
|
||||||
font-size: 27rpx;
|
font-size: 30rpx;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
margin:40rpx 0 20rpx 30rpx;
|
margin:40rpx 0 20rpx 30rpx;
|
||||||
word-break:break-all;
|
word-break:break-all;
|
||||||
line-height: 40rpx;
|
line-height: 50rpx;
|
||||||
// overflow: hidden;
|
// overflow: hidden;
|
||||||
// text-overflow: ellipsis;
|
// text-overflow: ellipsis;
|
||||||
// white-space: nowrap;
|
// white-space: nowrap;
|
||||||
|
|||||||
@ -229,12 +229,9 @@
|
|||||||
methods: {
|
methods: {
|
||||||
//跳转地图
|
//跳转地图
|
||||||
goMap() {
|
goMap() {
|
||||||
|
|
||||||
uni.openLocation({
|
uni.openLocation({
|
||||||
latitude: Number(this.list.latitude),
|
latitude: Number(this.list.latitude),
|
||||||
longitude: Number(this.list.longitude),
|
longitude: Number(this.list.longitude),
|
||||||
name: this.list.nurseStationName, //地址名称
|
|
||||||
address: this.list.address, //地址详情
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
swiperChange(e) {
|
swiperChange(e) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user