服务包提交
This commit is contained in:
@@ -107,8 +107,8 @@
|
||||
</view>
|
||||
<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="../../static/images/suifang_disable.png" alt="" class="tabbg" wx:else></image>
|
||||
<image src="{{img_host+'/suifang_on.png'}}" alt="" class="tabbg" wx:if="{{canVisit}}"></image>
|
||||
<image src="{{img_host+'/suifang_disable.png'}}" alt="" class="tabbg" wx:else></image>
|
||||
<view class="typebox" >
|
||||
<view class="name">随访包</view>
|
||||
<view class="price" wx:if="{{visitPrice}}">¥{{visitPrice}}起</view>
|
||||
@@ -120,8 +120,8 @@
|
||||
</view> -->
|
||||
</view>
|
||||
<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="../../static/images/healthy_disable.png" alt="" class="tabbg" wx:else></image>
|
||||
<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="name">健康包</view>
|
||||
<view class="price" wx:if="{{healthyPrice}}">¥{{healthyPrice}}/次</view>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user