服务包提交
This commit is contained in:
parent
a15feec3db
commit
c2d69330a3
@ -50,7 +50,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="iconbox" style="margin-top: 20rpx;">
|
<view class="iconbox" style="margin-top: 20rpx;">
|
||||||
<view class="iconcell" bindtap="goHealthyOrder">
|
<view class="iconcell" bindtap="goHealthyOrder">
|
||||||
<image src="{{img_host+'/check_new.png'}}" class="myicon"></image>
|
<image src="{{img_host+'/servicePackage.png'}}" class="myicon"></image>
|
||||||
<view class="name">服务包</view>
|
<view class="name">服务包</view>
|
||||||
<view class="bage" wx:if="{{patient_info.order_detection_count>0}}">{{filter.formatNumber(patient_info.order_detection_count)}}</view>
|
<view class="bage" wx:if="{{patient_info.order_detection_count>0}}">{{filter.formatNumber(patient_info.order_detection_count)}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -107,8 +107,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="tab add" bindtap="switchTab" data-id="1">
|
<view class="tab add" bindtap="switchTab" data-id="1">
|
||||||
|
|
||||||
<image src="../../static/images/suifang_on.png" alt="" class="tabbg" wx:if="{{canVisit}}"></image>
|
<image src="{{img_host+'/suifang_on.png'}}" alt="" class="tabbg" wx:if="{{canVisit}}"></image>
|
||||||
<image src="../../static/images/suifang_disable.png" alt="" class="tabbg" wx:else></image>
|
<image src="{{img_host+'/suifang_disable.png'}}" alt="" class="tabbg" wx:else></image>
|
||||||
<view class="typebox" >
|
<view class="typebox" >
|
||||||
<view class="name">随访包</view>
|
<view class="name">随访包</view>
|
||||||
<view class="price" wx:if="{{visitPrice}}">¥{{visitPrice}}起</view>
|
<view class="price" wx:if="{{visitPrice}}">¥{{visitPrice}}起</view>
|
||||||
@ -120,8 +120,8 @@
|
|||||||
</view> -->
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
<view class="tab add" bindtap="switchTab" data-id="2">
|
<view class="tab add" bindtap="switchTab" data-id="2">
|
||||||
<image src="../../static/images/healthy_on.png" alt="" class="tabbg" wx:if="{{canHealthy}}"></image>
|
<image src="{{img_host+'/healthy_on.png'}}" alt="" class="tabbg" wx:if="{{canHealthy}}"></image>
|
||||||
<image src="../../static/images/healthy_disable.png" alt="" class="tabbg" wx:else></image>
|
<image src="{{img_host+'/healthy_disable.png'}}" alt="" class="tabbg" wx:else></image>
|
||||||
<view class="typebox" >
|
<view class="typebox" >
|
||||||
<view class="name">健康包</view>
|
<view class="name">健康包</view>
|
||||||
<view class="price" wx:if="{{healthyPrice}}">¥{{healthyPrice}}/次</view>
|
<view class="price" wx:if="{{healthyPrice}}">¥{{healthyPrice}}/次</view>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Loading…
x
Reference in New Issue
Block a user