|
@@ -33,7 +33,27 @@
|
|
|
</view>
|
|
|
<view class="two_1u">
|
|
|
<view class="ismatchList" wx:for="{{ismatchList}}" wx:key="item" bindtap="matchView" data-id="{{item._id}}">
|
|
|
- <view class="ismatch_1" style="background-image: url({{ismatch_url}});">
|
|
|
+ <view class="ismatch_1">
|
|
|
+ <image class="image" src="{{ismatch_url}}"></image>
|
|
|
+ <view class="ismatch_1Info">
|
|
|
+ <text>{{item.status=='0'?'未开始':item.status=='1'?'已开始':'已结束'}}</text>
|
|
|
+ <text>{{item.match_time}}</text>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="ismatch_2">
|
|
|
+ <view class="ismatch_2_1">
|
|
|
+ <image src="{{item.red_logo[0].url}}"></image>
|
|
|
+ </view>
|
|
|
+ <view class="ismatch_2_2">
|
|
|
+ <text class="name ismatchname textOver">{{item.red_name}}</text>
|
|
|
+ <text class="name"><text>{{item.red_branch||0}}</text>:<text>{{item.blue_branch||0}}</text></text>
|
|
|
+ <text class="name ismatchname textOver">{{item.blue_name}}</text>
|
|
|
+ </view>
|
|
|
+ <view class="ismatch_2_1">
|
|
|
+ <image src="{{item.blue_logo[0].url}}"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <!-- <view class="ismatch_1" style="background-image: url({{ismatch_url}});">
|
|
|
<text>{{item.status=='0'?'未开始':item.status=='1'?'已开始':'已结束'}}</text>
|
|
|
<text>{{item.match_time}}</text>
|
|
|
</view>
|
|
@@ -49,7 +69,7 @@
|
|
|
<view class="ismatch_2_1">
|
|
|
<image src="{{item.blue_logo[0].url}}"></image>
|
|
|
</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|