|
|
@ -1,11 +1,6 @@ |
|
|
|
<view class="tabbar"> |
|
|
|
<view class="tabbar"> |
|
|
|
<block wx:for="{{tabbar}}" wx:key="index"> |
|
|
|
<block wx:for="{{tabbar}}" wx:key="index"> |
|
|
|
<view |
|
|
|
<view class="custom" wx:if="{{item.custom && userInfo.DoctorLevel<3}}" bind:tap="handleTab" data-index="{{index}}"> |
|
|
|
class="custom" |
|
|
|
|
|
|
|
wx:if="{{item.custom && userInfo.DoctorLevel<3}}" |
|
|
|
|
|
|
|
bind:tap="handleTab" |
|
|
|
|
|
|
|
data-index="{{index}}" |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
<image class="add" src="{{imageUrl}}tabbar/add.png?t={{Timestamp}}"></image> |
|
|
|
<image class="add" src="{{imageUrl}}tabbar/add.png?t={{Timestamp}}"></image> |
|
|
|
<view class="popup-tip" wx:if="{{showEntryCase}}"> |
|
|
|
<view class="popup-tip" wx:if="{{showEntryCase}}"> |
|
|
|
<view class="content"> |
|
|
|
<view class="content"> |
|
|
@ -27,9 +22,11 @@ |
|
|
|
bind:tap="handleTab" |
|
|
|
bind:tap="handleTab" |
|
|
|
data-index="{{index}}" |
|
|
|
data-index="{{index}}" |
|
|
|
> |
|
|
|
> |
|
|
|
|
|
|
|
<view class="icon-wrap"> |
|
|
|
<view class="dot" wx:if="{{notice && index===3}}"></view> |
|
|
|
<view class="dot" wx:if="{{notice && index===3}}"></view> |
|
|
|
<image class="icon" src="{{imageUrl}}tabbar/{{item.icon}}?t={{Timestamp}}"></image> |
|
|
|
<image class="icon" src="{{imageUrl}}tabbar/{{item.icon}}?t={{Timestamp}}"></image> |
|
|
|
<image class="icon-active" src="{{imageUrl}}tabbar/{{item.iconActive}}?t={{Timestamp}}"></image> |
|
|
|
<image class="icon-active" src="{{imageUrl}}tabbar/{{item.iconActive}}?t={{Timestamp}}"></image> |
|
|
|
|
|
|
|
</view> |
|
|
|
<view class="name">{{item.name}}</view> |
|
|
|
<view class="name">{{item.name}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</block> |
|
|
|
</block> |
|
|
|