|
@@ -50,7 +50,7 @@
|
|
|
<text>排名</text>{{datas.today_record.group_rank}}({{datas.today_record.match_group_name}})
|
|
|
</view>
|
|
|
<view>
|
|
|
- <text>初始资产</text>{{datas.today_record.today_fund}}W
|
|
|
+ <text>初始资产</text>{{datas.today_record.init_fund}}W
|
|
|
</view>
|
|
|
<view>
|
|
|
<text>结束资产</text>{{datas.today_record.today_fund}}W( 收益<label class="{{datas.today_record.today_income[0]=='-' ?'down':'up'}}">{{datas.today_record.today_income}}</label>)
|
|
@@ -106,7 +106,7 @@
|
|
|
<view class="date">{{item.stock_date}}(今日收益 <text class="{{item.today_income[0]=='-' ?'down':'up'}}">{{item.today_income}}</text>)</view>
|
|
|
</view>
|
|
|
<view class="info">
|
|
|
- 资产: <view><label>{{item.today_fund}}w</label> (总收益 <text class="{{item.total_income[0]=='-' ?'down':'up'}}">{{item.total_income}}</text>)</view>
|
|
|
+ <view>资产:<label>{{item.today_fund}}w</label> (总收益 <text class="{{item.total_income[0]=='-' ?'down':'up'}}">{{item.total_income}}</text>)</view>
|
|
|
</view>
|
|
|
|
|
|
<view class="info">
|