|
@@ -21,11 +21,11 @@
|
|
|
<image src="{{icon}}" class="tou"></image>
|
|
|
</view>
|
|
|
<view class="otherInfo1 textOver">
|
|
|
- <view class="biao" >
|
|
|
+ <view class="biao">
|
|
|
<text class="icon iconfont icon-qi" wx:if="{{list[0].name}}"></text>
|
|
|
</view>
|
|
|
<view class="qian">
|
|
|
- <text class="text3" wx:if="{{item1.type=='1'||item1.type=='2'}}"> {{list[0].name}}</text>
|
|
|
+ <text class="text3" wx:if="{{item1.type=='1'||item1.type=='2'}}"> {{list[0].name}}</text>
|
|
|
|
|
|
</view>
|
|
|
<view class="icon_arrow" bindtap="modify">
|
|
@@ -88,9 +88,9 @@
|
|
|
<!-- 团队创建人-团队列表 -->
|
|
|
<view class="five">
|
|
|
<view class="listtuan">
|
|
|
- <view class="onther" >
|
|
|
+ <view class="onther">
|
|
|
<text class="tuan">我的团队</text>
|
|
|
- <text class="total">共参加{{list.length||0}}个队伍</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>
|
|
|
</view>
|
|
|
<view class="weui-cells mgt-0 {{!showMore? 'hiddenmore' : 'showmore'}}">
|