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