|
@@ -25,6 +25,7 @@
|
|
|
</view>
|
|
|
<view class="qian">
|
|
|
<text class="text3">{{item.address}}</text>
|
|
|
+ <van-icon name="arrow" color="rgb(177, 177, 177)" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -37,40 +38,40 @@
|
|
|
<button class="buttons" size="mini">上传比分</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="four" wx:if="{{item.listbisai.length !=0}}" wx:key="item" wx:for="{{list}}">
|
|
|
+ <view class="four" wx:if="{{listbisai.length!=0}}" wx:key="item" wx:for="{{listbisai}}">
|
|
|
<image src="{{src3}}" class="huang"></image>
|
|
|
- <view class="list1" wx:for="{{item.listbisai}}" wx:for-item="items">
|
|
|
+ <view class="list1">
|
|
|
<view class="left3">
|
|
|
- <text class="text5">{{items.start}}</text>
|
|
|
+ <text class="text5">{{item.start}}</text>
|
|
|
</view>
|
|
|
<view class="right3">
|
|
|
- <text class="text6">{{items.date}}</text>
|
|
|
- <text class="text6">{{items.time}}</text>
|
|
|
+ <text class="text6">{{item.date}}</text>
|
|
|
+ <text class="text6">{{item.time}}</text>
|
|
|
</view>
|
|
|
<view class="right4">
|
|
|
<view class="right1_1">
|
|
|
- <text class="text4-1">{{items.match}}</text>
|
|
|
- <text class="text4-1">{{items.group}}</text>
|
|
|
+ <text class="text4-1">{{item.match}}</text>
|
|
|
+ <text class="text4-1">{{item.group}}</text>
|
|
|
</view>
|
|
|
<view class="right1_2">
|
|
|
<view class="right1_2o">
|
|
|
- <image src="{{items.head1}}"></image>
|
|
|
+ <image src="{{item.head1}}"></image>
|
|
|
</view>
|
|
|
- <view class="right1_2t"><text>{{items.groupname1}}</text></view>
|
|
|
+ <view class="right1_2t"><text>{{item.groupname1}}</text></view>
|
|
|
<view class="right1_2i">
|
|
|
- <text class="text6-1">{{items.fraction1}}</text>
|
|
|
+ <text class="text6-1">{{item.fraction1}}</text>
|
|
|
<text class="text8-1">:</text>
|
|
|
- <text class="text7-1">{{items.fraction2}}</text>
|
|
|
+ <text class="text7-1">{{item.fraction2}}</text>
|
|
|
</view>
|
|
|
- <view class="right1_2t"><text>{{items.groupname2}}</text></view>
|
|
|
+ <view class="right1_2t"><text>{{item.groupname2}}</text></view>
|
|
|
<view class="right1_2o">
|
|
|
- <image src="{{items.head2}}"></image>
|
|
|
+ <image src="{{item.head2}}"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="four-zan" wx:if="{{item.listbisai.length ==0}}" wx:key="item" wx:for="{{list}}">
|
|
|
+ <view class="four-zan" wx:if="{{listbisai.length==0}}" wx:key="item" wx:for="{{listbisai}}">
|
|
|
<view class="zan-left">
|
|
|
<text>暂无比赛</text>
|
|
|
</view>
|
|
@@ -79,23 +80,31 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="five">
|
|
|
- <view class="list" wx:if="{{total!=''}}">
|
|
|
+ <view class="listtuan" wx:if="{{total!=''}}">
|
|
|
<text class="tuan">我的团队</text>
|
|
|
<text class="total">共参加{{total}}个队伍</text>
|
|
|
<text class="chuang">创建团队</text>
|
|
|
<view class="list3" wx:key="item" wx:for="{{list3}}">
|
|
|
<view class="dui-left">
|
|
|
- <image src="{{item.head}}" class="dui-image"></image>
|
|
|
- <text class="group">{{item.group}}</text>
|
|
|
- <button class="ball" size="mini" wx:if="{{item.ball=='篮球'}}" style="background-color: rgb(245, 172, 63);;">{{item.ball}}</button>
|
|
|
- <button class="ball" size="mini" wx:if="{{item.ball=='足球'}}" style="background-color: rgb(63, 127, 245);">{{item.ball}}</button>
|
|
|
+ <view class="dui-left1">
|
|
|
+ <image src="{{item.head}}" class="dui-image"></image>
|
|
|
+ </view>
|
|
|
+ <view class="dui-right1">
|
|
|
+ <text class="group">{{item.group}}</text>
|
|
|
+ </view>
|
|
|
+ <button class="ball" size="mini" wx:if="{{item.ball=='足球'}}" style="background-color:rgb(63, 127, 245);">{{item.ball}}</button>
|
|
|
+ <button class="ball" size="mini" wx:if="{{item.ball=='篮球'}}" style="background-color:rgb(245, 172, 63);">{{item.ball}}</button>
|
|
|
<button class="grade" size="mini">{{item.grade}}</button>
|
|
|
- <text class="date">{{item.date}}</text>
|
|
|
- <text class="date">{{item.time}}创建</text>
|
|
|
</view>
|
|
|
<view class="dui-right"><text class="person">
|
|
|
共{{item.person}}人
|
|
|
- </text></view>
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <text class="date">{{item.date}}</text>
|
|
|
+ <text class="date">{{item.time}}创建</text>
|
|
|
+ </view>
|
|
|
+ <view class="van">
|
|
|
+ <van-icon name="arrow-down" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="list0" wx:if="{{total==''}}">
|
|
@@ -108,7 +117,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="six">
|
|
|
- <view class="six-11"><text>我的服务</text></view>
|
|
|
+ <view class="six-11"><text class="fui">我的服务</text></view>
|
|
|
<view class="six-0">
|
|
|
<view class="six-left">
|
|
|
<text class=" icon iconfont icon-shangchuanzhaopian"></text>
|