<view class="wrap">
    <button type="primary" bindtap="setTabBarBadge">
    {{ !hasSetTabBarBadge ? '设置tab徽标' : '移除tab徽标' }}
    </button>

    <button type="primary" bindtap="showTabBarRedDot">
    {{ !hasShownTabBarRedDot ?  '显示红点' : '移除红点'}}
    </button>

    <button type="primary" bindtap="customStyle">
    {{ !hasCustomedStyle ? '自定义Tab样式' : '移除自定义样式'}}
    </button>
    <button type="primary" bindtap="customItem">
    {{ !hasCustomedItem ? '自定义Tab信息' : '移除自定义信息' }}
    </button>
    
    <button type="primary" bindtap="hideTabBar">
    {{ !hasHiddenTabBar ? '隐藏TabBar' : '显示TabBar' }}
    </button>
</view>