|
|
@@ -19,12 +19,10 @@
|
|
|
<text class="{{datas.today_record.today_income[0]=='-' ?'down':'up'}}">{{datas.today_record.today_income}}</text>)</view>
|
|
|
</view>
|
|
|
<view class="info">
|
|
|
- 资产:
|
|
|
- <view><label>{{datas.today_record.today_fund}}w</label>
|
|
|
+ 今日资产:
|
|
|
+ <label> {{datas.today_record.today_fund}}w</label>
|
|
|
<!-- <text style="color:#F5F5F5;display:block;height:0;"> </text> -->
|
|
|
- (总收益
|
|
|
- <text class="{{datas.today_record.total_income[0]=='-' ?'down':'up'}}">{{datas.today_record.total_income}}</text>
|
|
|
- )</view>
|
|
|
+ (总收益<text class="{{datas.today_record.total_income[0]=='-' ?'down':'up'}}"> {{datas.today_record.total_income}}</text>)
|
|
|
</view>
|
|
|
<view class="info" wx:if='{{datas.today_record.style.length>0}}'>初始资产:
|
|
|
<label>{{datas.today_record.init_fund}}w</label>
|