榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.2 KiB

<view class="basic-reality">
<cover-view class="tab-bar">
<cover-view class="party-van tab-item" bindtap="onChangeTab" data-tab="party-van">党员先锋</cover-view>
<cover-view class="no-data" ></cover-view>
<!-- 孔村版-去掉支部建设,联建共建 -->
<!--<cover-view class="branch-construct tab-item" bindtap="onChangeTab" data-tab="branch-construct">支部建设</cover-view>
<cover-view class="union-construct tab-item" bindtap="onChangeTab" data-tab="union-construct">联建共建</cover-view>-->
<!--<cover-view class="select-tab {{selectTab === 'party-van' ? 'party-van' : selectTab === 'branch-construct' ? 'branch-construct' : 'union-construct'}}"></cover-view> -->
<cover-image class="select-tab {{selectTab === 'party-van' ? 'party-van' : selectTab === 'branch-construct' ? 'branch-construct' : 'union-construct'}}" src="https://epdc-shibei.elinkservice.cn/epdcFile/M00/02/BA/rBAAM16X7bqAH_AaAAAB2R4v1Do645.png"></cover-image>
</cover-view>
<party-van wx:if="{{selectTab === 'party-van'}}"></party-van>
<branch-construct wx:elif="{{selectTab === 'branch-construct'}}"></branch-construct>
<union-construct wx:elif="{{selectTab === 'union-construct'}}"></union-construct>
</view>