This commit is contained in:
曹辉 2023-02-22 17:15:53 +08:00
parent ca8e4f2c95
commit 1d9b72c190
3 changed files with 8 additions and 11 deletions

View File

@ -150,7 +150,7 @@
{
"path": "pages/Nursingstationserviceorder/Nursingstationserviceorder",
"style": {
"navigationBarTitleText": "护理服务订单",
"navigationBarTitleText": "护理机构服务订单",
"navigationBarBackgroundColor": "#ffffff", //
"onReachBottomDistance": 40, // px
"enablePullDownRefresh": true //true
@ -259,7 +259,7 @@
{
"path": "pages/nursestation/nursestation",
"style": {
"navigationBarTitleText": "护理详情",
"navigationBarTitleText": "护理机构详情",
"navigationBarBackgroundColor": "#ffffff",
"onReachBottomDistance": 100, // px
"enablePullDownRefresh": true //true
@ -268,7 +268,7 @@
{
"path": "pages/site/site",
"style": {
"navigationBarTitleText": "护理",
"navigationBarTitleText": "护理机构",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ffffff", //
"onReachBottomDistance": 100, // px

View File

@ -209,7 +209,7 @@
}
}
.configuration {
margin:0 30rpx;
margin:20rpx 30rpx 0;
padding-bottom: 30rpx;
border-bottom: 1rpx solid #CDC9C9;
.text {
@ -218,7 +218,7 @@
display: inline-block;
padding: 10rpx 20rpx;
margin-right: 10rpx;
font-size: 18rpx;
font-size: 24rpx;
color: #F44B2F;
}
}
@ -261,7 +261,7 @@
margin: 10px auto;
padding-bottom: 30rpx;
.time{
font-size: 27rpx;
font-size: 30rpx;
margin: 10rpx 0;
color: #666666;
.timeday{
@ -290,11 +290,11 @@
white-space: nowrap;
}
.address {
font-size: 27rpx;
font-size: 30rpx;
color: #666666;
margin:40rpx 0 20rpx 30rpx;
word-break:break-all;
line-height: 40rpx;
line-height: 50rpx;
// overflow: hidden;
// text-overflow: ellipsis;
// white-space: nowrap;

View File

@ -229,12 +229,9 @@
methods: {
//
goMap() {
uni.openLocation({
latitude: Number(this.list.latitude),
longitude: Number(this.list.longitude),
name: this.list.nurseStationName, //
address: this.list.address, //
})
},
swiperChange(e) {