70 lines
2.7 KiB
Plaintext
70 lines
2.7 KiB
Plaintext
<!--healthyService/pages/healthyDetail/healthyDetail.wxml-->
|
||
<nav navName="随访包服务详情"></nav>
|
||
<view class="page">
|
||
<image src="{{img_host+'/mybg.png'}}" mode="widthFix" class="dcimg" lazy-load/>
|
||
<view class="servicebox">
|
||
<view class="ser_title">请选择服务</view>
|
||
<view class="row">
|
||
<view class="moneyType {{active==item.id?'on':''}}" wx:for="{{ priceList}}" wx:key="id" bind:tap="choosePrice" data-id="{{item.id}}">{{item.price}}</view>
|
||
<!-- <view class="moneyType">500元/3月</view>
|
||
<view class="moneyType">1000元/6月</view>
|
||
<view class="moneyType">2000元/12月</view> -->
|
||
</view>
|
||
<!-- <view class="row">
|
||
<view class="moneyType">1000元/6月</view>
|
||
<view class="moneyType">2000元/12月</view>
|
||
</view> -->
|
||
</view>
|
||
<view class="detailbox">
|
||
<view class="servicebox">
|
||
|
||
</view>
|
||
<view class="quanyi">
|
||
<image src="../../static/images/quanyi.png" class="quanyiImg"/>
|
||
<view class="quanyiText">服务权益</view>
|
||
</view>
|
||
<view class="con">
|
||
<view class="cell">
|
||
<view class="celltitle">专属标识:</view>
|
||
<view class="celldesc">享有特殊标识,获得医生全面照护</view>
|
||
</view>
|
||
|
||
<view class="cell">
|
||
<view class="celltitle">图文问诊<text class="red">10次/不限次</text></view>
|
||
<view class="celldesc">服务期间,每次可持续48小时,图片、文字、语音形式,无限制的进行沟通
|
||
</view>
|
||
|
||
</view>
|
||
<view class="cell">
|
||
<view class="celltitle">处方:</view>
|
||
<view class="celldesc">一次问诊只可开具一个处方单
|
||
</view>
|
||
|
||
</view>
|
||
|
||
<view class="cell">
|
||
<view class="celltitle">退费:</view>
|
||
<view class="celldesc">1、未使用随时退;
|
||
|
||
|
||
|
||
</view>
|
||
<view class="celldesc">
|
||
2、健康包开始使用后如需退款请联系客服,退款不收取任何服务费等额外费用,但不支持部分退款:
|
||
</view>
|
||
<view class="celldesc">
|
||
|
||
3、已接诊的订单,不再退款;
|
||
|
||
</view>
|
||
<view class="celldesc">
|
||
4、未消费服务包内容可退款,已消费服务的部分按原价计费,即:已发生的问诊按照问诊时互联网医院显示的价格结算。
|
||
|
||
</view>
|
||
</view>
|
||
</view>
|
||
</view>
|
||
<view class="buttonbox">
|
||
<view class="btn">立即购买:¥XX.XX</view>
|
||
</view>
|
||
</view> |