diff --git a/pages.json b/pages.json index 047347a..d3cce7e 100644 --- a/pages.json +++ b/pages.json @@ -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 diff --git a/pages/nursestation/nursestation.scss b/pages/nursestation/nursestation.scss index 53ebd1b..29451ad 100644 --- a/pages/nursestation/nursestation.scss +++ b/pages/nursestation/nursestation.scss @@ -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; diff --git a/pages/nursestation/nursestation.vue b/pages/nursestation/nursestation.vue index 263d034..d31af51 100644 --- a/pages/nursestation/nursestation.vue +++ b/pages/nursestation/nursestation.vue @@ -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) {