Browse Source

更新代码

pull/3/head
Default User 2 months ago
parent
commit
96198f5279
  1. 10
      custom-tab-bar/index.wxml

10
custom-tab-bar/index.wxml

@ -42,15 +42,7 @@
<view class="tab-bar-text">入驻</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' : ''}}"
data-path="pages/profile/index"

Loading…
Cancel
Save