服务包提交

This commit is contained in:
zoujiandong 2024-04-22 13:36:28 +08:00
parent a15feec3db
commit c2d69330a3
3 changed files with 5 additions and 5 deletions

View File

@ -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>

View File

@ -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>

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB