附近护理站
This commit is contained in:
parent
166dc9fd68
commit
f0e6a9ca9f
@ -1,4 +1,5 @@
|
||||
.app {
|
||||
|
||||
.money {
|
||||
font-size: 32rpx;
|
||||
color: #D43953;
|
||||
|
||||
@ -151,8 +151,7 @@
|
||||
getAppStationItemInfo(this.stationId, this.stationItemId, this.stationItemPriceId).then(res => {
|
||||
console.log(res)
|
||||
this.orderlist = res.data
|
||||
//被护理人信息
|
||||
|
||||
//被护理人信
|
||||
})
|
||||
},
|
||||
//确认预约
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
.app {
|
||||
|
||||
font-size: 36rpx;
|
||||
padding-top: 10rpx;
|
||||
.tive {
|
||||
|
||||
@ -31,6 +31,7 @@
|
||||
<view class="measure">
|
||||
<text>{{item.labelDescription}}</text>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -10,6 +10,7 @@
|
||||
:markers="markers"></map>
|
||||
</view>
|
||||
|
||||
|
||||
<view class="conNew">
|
||||
<view class="addressContent" v-for="(item,index) in nursestationlist" :key="index">
|
||||
<view class="lists">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user