|
|
@@ -5,7 +5,8 @@
|
|
|
<view><text>参赛组</text>{{datas.match.groups}}</view>
|
|
|
</view>
|
|
|
<view class="part info" wx:if='{{datas.today_record}}'>
|
|
|
- <view> <text>{{datas.today_record.rank}}</text>排名 </view>
|
|
|
+ <view style="width:20%;"> <text>{{datas.today_record.rank}}</text>排名 </view>
|
|
|
+ <view style="width:30%;"> <text>{{datas.today_record.group_rank}}</text>小组排名 </view>
|
|
|
<view> <text class="{{datas.today_record.today_income[0]=='-'?'down':'up'}}">{{datas.today_record.today_income}}</text>盈亏 </view>
|
|
|
<view> <text>{{datas.today_record.init_fund}}</text>初始资产(万) </view>
|
|
|
<view> <text >{{datas.today_record.today_fund}}</text>今日资产(万) </view>
|