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", "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

View File

@ -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;

View File

@ -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) {