服务包提交

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
+1 -1
View File
@@ -50,7 +50,7 @@
</view>
<view class="iconbox" style="margin-top: 20rpx;">
<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="bage" wx:if="{{patient_info.order_detection_count>0}}">{{filter.formatNumber(patient_info.order_detection_count)}}</view>
</view>