|
@@ -18,32 +18,6 @@
|
|
|
<scroll-view scroll-y="true" class="scroll-view">
|
|
|
<view class="list-scroll-view">
|
|
|
<match-2 player="{{player}}" showIndex="{{showIndex}}" showIndexs="{{showIndexs}}" bind:panel="panel" bind:panels="panels"></match-2>
|
|
|
- <!-- <view class="b_1">
|
|
|
- <view wx:for="{{player.group}}" wx:key="item">
|
|
|
- <view class="Title" bindtap="panel" data-index="{{ index }}">
|
|
|
- <view class="name">{{item.name}}({{item.age}}岁)</view>
|
|
|
- <view class="icon">
|
|
|
- <iconfont class="iconfont {{showIndex == index ? 'icon-jiantou_liebiaozhankai' : 'icon-jiantou_liebiaoxiangyou'}}"></iconfont>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="content" wx:if="{{showIndex == index}}">
|
|
|
- <view class='project ' wx:for="{{item.project}}" wx:key="item" bindtap="panels" data-index="{{ index }}">
|
|
|
- <view class="Title">
|
|
|
- <view class='name'>{{item.name}}( {{item.user.length||'0'}}人)</view>
|
|
|
- <view class="icon">
|
|
|
- <iconfont class="iconfont {{showIndexs == index ? 'icon-jiantou_liebiaozhankai' : 'icon-jiantou_liebiaoxiangyou'}}"></iconfont>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view class="user " wx:if="{{showIndexs == index}}">
|
|
|
- <view class="user_name" wx:for="{{item.user }}" wx:key="item">
|
|
|
- <image class="icon" src="{{item.icon&&item.icon.length>0?item.icon[0].url:''}}"></image>
|
|
|
- <view>{{ item.name }}</view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- </view> -->
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
</view>
|