|
@ -4,17 +4,17 @@ |
|
|
<van-tabs bind:click="changeTabs" active="{{active}}" swipe-threshold="5"> |
|
|
<van-tabs bind:click="changeTabs" active="{{active}}" swipe-threshold="5"> |
|
|
<van-tab title="寻资源" name="1" > |
|
|
<van-tab title="寻资源" name="1" > |
|
|
<block wx:if="{{tab == '1'}}"> |
|
|
<block wx:if="{{tab == '1'}}"> |
|
|
<view style="height:{{height}}px"> |
|
|
<scroll-view scroll-y style="height:{{height}}px" bindscrolltolower="onReachBottom"> |
|
|
<center list="{{centerList}}" typeList="{{typeList}}" nodes="{{nodes}}"/> |
|
|
<center list="{{centerList}}" typeList="{{typeList}}" nodes="{{nodes}}"/> |
|
|
</view> |
|
|
</scroll-view> |
|
|
<!-- <center list="{{centerList}}" typeList="{{typeList}}" nodes="{{nodes}}"/> --> |
|
|
<!-- <center list="{{centerList}}" typeList="{{typeList}}" nodes="{{nodes}}"/> --> |
|
|
</block> |
|
|
</block> |
|
|
</van-tab> |
|
|
</van-tab> |
|
|
<van-tab title="租房子" name="5"> |
|
|
<van-tab title="租房子" name="5"> |
|
|
<block wx:if="{{tab == '5'}}"> |
|
|
<block wx:if="{{tab == '5'}}"> |
|
|
<view style="height:{{height}}px"> |
|
|
<scroll-view scroll-y style="height:{{height}}px" bindscrolltolower="onReachBottom"> |
|
|
<rent list="{{apartment}}" nodes="{{rentNode}}"/> |
|
|
<rent list="{{apartment}}" nodes="{{rentNode}}"/> |
|
|
</view> |
|
|
</scroll-view> |
|
|
</block> |
|
|
</block> |
|
|
</van-tab> |
|
|
</van-tab> |
|
|
<van-tab title="找贷款" name="4"> |
|
|
<van-tab title="找贷款" name="4"> |
|
@ -26,9 +26,9 @@ |
|
|
<talents /> |
|
|
<talents /> |
|
|
</van-tab> |
|
|
</van-tab> |
|
|
<van-tab title="交朋友" name="3"> |
|
|
<van-tab title="交朋友" name="3"> |
|
|
<view style="height:{{height}}px"> |
|
|
<scroll-view scroll-y style="height:{{height}}px" bindscrolltolower="onReachBottom"> |
|
|
<interactive list="{{topicList}}" bind:deleteTopic="deleteTopic"/> |
|
|
<interactive list="{{topicList}}" bind:deleteTopic="deleteTopic"/> |
|
|
</view> |
|
|
</scroll-view> |
|
|
</van-tab> |
|
|
</van-tab> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|