|
|
@ -42,15 +42,7 @@ |
|
|
<view class="tab-bar-text">入驻</view> |
|
|
<view class="tab-bar-text">入驻</view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="tab-bar-item {{selected === 'favorites' ? 'active' : ''}}" |
|
|
|
|
|
data-path="pages/favorites/index" |
|
|
|
|
|
data-key="favorites" |
|
|
|
|
|
bindtap="switchTab"> |
|
|
|
|
|
<view class="tab-bar-icon"> |
|
|
|
|
|
<view class="tab-bar-badge" wx:if="{{badges['favorites']}}">{{badges['favorites']}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="tab-bar-text">收藏</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="tab-bar-item {{selected === 'profile' ? 'active' : ''}}" |
|
|
<view class="tab-bar-item {{selected === 'profile' ? 'active' : ''}}" |
|
|
data-path="pages/profile/index" |
|
|
data-path="pages/profile/index" |
|
|
|