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