|
@@ -11,23 +11,23 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="info">
|
|
<view class="info">
|
|
|
- <view> <text>{{datas.init_fund}}</text>初始资产 </view>
|
|
|
|
|
- <view> <text>{{datas.today_fund}}</text>今日资产 </view>
|
|
|
|
|
- <view> <text style="color:#3FB35B;">{{datas.today_income}}</text>当日收益 </view>
|
|
|
|
|
- <view> <text style="color:#FF5151;">{{datas.total_income}}</text>总收益 </view>
|
|
|
|
|
|
|
+ <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>
|
|
</view>
|
|
|
|
|
|
|
|
<view class="part">
|
|
<view class="part">
|
|
|
<text class="tag blue">昨日持股</text>
|
|
<text class="tag blue">昨日持股</text>
|
|
|
<view class="list">
|
|
<view class="list">
|
|
|
<view wx:for='{{datas.yesterday_stock}}' wx:for-item='stock'>
|
|
<view wx:for='{{datas.yesterday_stock}}' wx:for-item='stock'>
|
|
|
- {{stock.name}} <text>{{stock.fund}}</text>
|
|
|
|
|
|
|
+ {{stock.name}} <text>{{stock.fund}}w</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<text class="tag blue">今日持股</text>
|
|
<text class="tag blue">今日持股</text>
|
|
|
<view class="list">
|
|
<view class="list">
|
|
|
<view wx:for='{{datas.today_stock}}' wx:for-item='stock'>
|
|
<view wx:for='{{datas.today_stock}}' wx:for-item='stock'>
|
|
|
- {{stock.name}} <text>{{stock.fund}}</text>
|
|
|
|
|
|
|
+ {{stock.name}} <text>{{stock.fund}}w</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|