|
@@ -86,7 +86,7 @@
|
|
|
<view class="otherInfo">
|
|
|
<text class="tuan">我的团队</text>
|
|
|
<text class="total">共参加{{list3.length||0}}个队伍</text>
|
|
|
- <text class="chuang" bindtap="create" wx:if="{{list3.length<1||item.type=='0'}}">创建团队</text>
|
|
|
+ <text class="chuang" bindtap="create" wx:if="{{list3.length<1||item1.type=='0'}}">创建团队</text>
|
|
|
</view>
|
|
|
<view class="weui-cells mgt-0 {{!showMore? 'hiddenmore' : 'showmore'}}">
|
|
|
<view wx:key="item" wx:for="{{list3}}" wx:for-index="idx" wx:key="key" bindtap="ToDetails" class="list3 {{idx>1 ? 'more-item' : ''}}">
|