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.
7 lines
531 B
7 lines
531 B
<view class="branch-construct">
|
|
<select-street bind:chooseStreetId="chooseStreetId" bind:chooseTimeId="chooseTimeId"></select-street>
|
|
<tab-item typeList="{{typeList}}" bind:chooseType="onChangeTab"></tab-item>
|
|
<branch-activity condition="{{condition}}" wx:if="{{selectTab === 'branch-activity'}}"></branch-activity>
|
|
<main-theme condition="{{condition}}" wx:elif="{{selectTab === 'main-theme'}}"></main-theme>
|
|
<party-training condition="{{condition}}" wx:elif="{{selectTab === 'party-training'}}"></party-training>
|
|
</view>
|