|
@@ -1,6 +1,6 @@
|
|
|
<view class="part top">
|
|
|
<image mode="widthFix" src="../images/bank.png"></image>
|
|
|
- <view class="rank"> <text>{{datas.cur_rank?datas.cur_rank:''}}</text>当前排名 </view>
|
|
|
+ <view class="rank"> <text>{{datas.group_rank?datas.group_rank:0}}</text>当前排名 </view>
|
|
|
|
|
|
<view class='label'>
|
|
|
日期 <text>{{datas.stock_date}}</text>
|
|
@@ -13,8 +13,8 @@
|
|
|
<view class="info">
|
|
|
<view> <text>{{datas.init_fund}}w</text>初始资产 </view>
|
|
|
<view> <text>{{datas.today_fund}}w</text>今日资产 </view>
|
|
|
- <view> <text class="{{datas.today_income<0?'down':'up'}}">{{datas.today_income}}%</text>当日收益 </view>
|
|
|
- <view> <text class="{{datas.total_income<0?'down':'up'}}">{{datas.total_income}}%</text>总收益 </view>
|
|
|
+ <view> <text class="{{datas.today_income<0?'down':'up'}}">{{datas.today_income}}</text>当日收益 </view>
|
|
|
+ <view> <text class="{{datas.total_income<0?'down':'up'}}">{{datas.total_income}}</text>总收益 </view>
|
|
|
</view>
|
|
|
|
|
|
<view class="part">
|