4.29更新

This commit is contained in:
zoujiandong
2024-04-29 10:20:14 +08:00
parent 3e0a926226
commit ca3de8b583
4 changed files with 26 additions and 7 deletions
+3 -3
View File
@@ -112,7 +112,7 @@
<view class="typebox" >
<view class="name">随访包</view>
<view class="price" wx:if="{{visitPrice}}">¥{{visitPrice}}起</view>
<view class="price" wx:else>暂未开通</view>
<view class="price" wx:else style="color: #999999;">暂未开通</view>
</view>
<!-- <view class="typebox disable" wx:else >
<view class="name">视频问诊</view>
@@ -122,10 +122,10 @@
<view class="tab add" bindtap="switchTab" data-id="2" id="item2">
<image src="{{img_host+'/healthy_on.png'}}" alt="" class="tabbg" wx:if="{{canHealthy}}"></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="price" wx:if="{{healthyPrice}}">¥{{healthyPrice}}/次</view>
<view class="price" wx:else>暂未开通</view>
<view class="price" wx:else style="color: #999999;">暂未开通</view>
</view>
</view>
<view class="tab " bindtap="switchTab" data-id="3" id="item3">