|
|
|
|
@ -12,34 +12,32 @@
|
|
|
|
|
</view>
|
|
|
|
|
<view class="detail__price">
|
|
|
|
|
<text class="detail__price--number">{{info.price}}</text>
|
|
|
|
|
<text class="detail__price--text">元/次</text>
|
|
|
|
|
<text class="detail__price--text">元起/次</text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="tab">
|
|
|
|
|
<!-- <view class="tab">
|
|
|
|
|
<view v-for="(item, index) in ['服务内容','预约须知']" :key="index" class="tab-item"
|
|
|
|
|
:class="{ 'is-active': index === currentTab }" @click="$u.throttle(() => currentTab = index)">
|
|
|
|
|
{{ item }}
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
|
|
|
|
|
<view v-show="currentTab === 0">
|
|
|
|
|
<view class="card for-people">
|
|
|
|
|
<!-- <view class="card for-people">
|
|
|
|
|
<view class="card__title">
|
|
|
|
|
适用人群
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<view class="for-people__content block">
|
|
|
|
|
<view class="block-item">
|
|
|
|
|
<!-- <image class="block-item__img" src="~@/static/index/honor-title.png" mode="aspectFit">
|
|
|
|
|
</image> -->
|
|
|
|
|
|
|
|
|
|
<view class="block-item__text">
|
|
|
|
|
<u-parse :html="info.content"></u-parse>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
|
|
|
|
|
<view class="service-flow card">
|
|
|
|
|
<view class="card__title">
|
|
|
|
|
@ -63,7 +61,7 @@
|
|
|
|
|
|
|
|
|
|
<view class="cost-description card">
|
|
|
|
|
<view class="card__title">
|
|
|
|
|
费用说明
|
|
|
|
|
注意事项
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<ul class="cost-description__content">
|
|
|
|
|
|