|
@@ -1,8 +1,7 @@
|
|
<view class='history-table-wrap'>
|
|
<view class='history-table-wrap'>
|
|
- <view wx:for="{{ranking}}" wx:for-item="t" wx:key="team_id">
|
|
|
|
- <view>{{t.team_name}}</view>
|
|
|
|
-
|
|
|
|
- <view>
|
|
|
|
|
|
+ <view class="ranking" wx:for="{{ranking}}" wx:for-item="t" wx:key="team_id">
|
|
|
|
+ <view class="name">{{t.team_name}}</view>
|
|
|
|
+ <view class="view_1">
|
|
<view class="tr">
|
|
<view class="tr">
|
|
<view class="th th1"></view>
|
|
<view class="th th1"></view>
|
|
<view class="th th1" wx:for="{{raceList[index].playerList}}" wx:for-item="player" wx:key="player_id">{{player.player_name}}</view>
|
|
<view class="th th1" wx:for="{{raceList[index].playerList}}" wx:for-item="player" wx:key="player_id">{{player.player_name}}</view>
|