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
74 lines
2.3 KiB
<!--pages/topics/index.wxml-->
|
|
<view class="content-wrapper">
|
|
<!-- <e-segment bind:tapSegment="tapSegment" headerTitles="{{headerTitles}}" defaultSelectIndex="{{selectedTitle}}"/> -->
|
|
<van-tabs bind:click="changeTabs" active="{{active}}" swipe-threshold="5">
|
|
<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>
|
|
<van-tab title="租房子" name="2">
|
|
<block wx:if="{{tab == '2'}}">
|
|
<lease></lease>
|
|
</block>
|
|
</van-tab>
|
|
<van-tab title="报需求" name="3">
|
|
<block wx:if="{{tab == '3'}}">
|
|
<scroll-view scroll-y style="height:{{height}}px" bindscrolltolower="onReachBottom">
|
|
<demand typeList="{{typeList}}" nodes="{{nodes}}" />
|
|
</scroll-view>
|
|
</block>
|
|
</van-tab>
|
|
<van-tab title="找贷款" name="4">
|
|
<block wx:if="{{tab == '4'}}">
|
|
<loan />
|
|
</block>
|
|
</van-tab>
|
|
<van-tab title="来活动" name="5">
|
|
<block wx:if="{{tab == '5'}}">
|
|
<activity list="{{activityList}}" />
|
|
</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}}">
|
|
<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>
|
|
</block> -->
|
|
|
|
|
|
</van-tabs>
|
|
|
|
<!-- <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> -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <goodIdea wx:if="{{segmentIndex==1}}" list="{{goodIdeaList}}" bind:tapGoodIdeaPraise="tapGoodIdeaPraise" bind:deleteTopicComment="deleteTopicComment"/> -->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <message wx:if="{{segmentIndex==2}}" /> -->
|
|
|
|
</view>
|