市北人才赋能平台 --小程序端
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.

74 lines
2.3 KiB

6 years ago
<!--pages/topics/index.wxml-->
6 years ago
<view class="content-wrapper">
<!-- <e-segment bind:tapSegment="tapSegment" headerTitles="{{headerTitles}}" defaultSelectIndex="{{selectedTitle}}"/> -->
<van-tabs bind:click="changeTabs" active="{{active}}" swipe-threshold="5">
4 years ago
<van-tab title="促招引" name="1">
<block wx:if="{{tab == '1'}}">
<scroll-view scroll-y style="height:{{height}}px" bindscrolltolower="onReachBottom">
<attract />
</scroll-view>
</block>
</van-tab>
4 years ago
<van-tab title="租房子" name="2">
<block wx:if="{{tab == '2'}}">
<lease></lease>
</block>
</van-tab>
4 years ago
<van-tab title="报需求" name="3">
<block wx:if="{{tab == '3'}}">
<scroll-view scroll-y style="height:{{height}}px" bindscrolltolower="onReachBottom">
4 years ago
<demand typeList="{{typeList}}" nodes="{{nodes}}" />
</scroll-view>
</block>
</van-tab>
4 years ago
<van-tab title="找贷款" name="4">
<block wx:if="{{tab == '4'}}">
4 years ago
<loan />
</block>
</van-tab>
<van-tab title="来活动" name="5">
<block wx:if="{{tab == '5'}}">
4 years ago
<activity list="{{activityList}}" bind:quitEvent="changeActivityStatus"/>
4 years ago
</block>
</van-tab>
<!-- <van-tab title="报需求" name="3">
<talents />
</van-tab>
<block wx:if="{{flag}}">
<van-tab title="找贷款" name="4">
<block wx:if="{{tab == '4'}}">
<loan detail="{{loan}}" style=""/>
</block>
</van-tab>
</block>
<block wx:if="{{flag}}">
4 years ago
<van-tab title="交朋友" name="5">
<scroll-view scroll-y style="height:{{height}}px" bindscrolltolower="onReachBottom">
<interactive list="{{topicList}}" bind:deleteTopic="deleteTopic"/>
</scroll-view>
</van-tab>
4 years ago
</block> -->
</van-tabs>
4 years ago
<!-- <mp-dialog title="用户协议" show="{{dialogShow}}" bindbuttontap="tapDialogButton" buttons="{{buttons}}" mask-closable="{{false}}" >
<view style="width:100%;text-align:left;height:600rpx">
<rich-text nodes="{{nodes}}"></rich-text>
</view>
</mp-dialog> -->
4 years ago
<!-- <goodIdea wx:if="{{segmentIndex==1}}" list="{{goodIdeaList}}" bind:tapGoodIdeaPraise="tapGoodIdeaPraise" bind:deleteTopicComment="deleteTopicComment"/> -->
4 years ago
<!-- <message wx:if="{{segmentIndex==2}}" /> -->
4 years ago
</view>