|
@@ -15,23 +15,27 @@
|
|
|
胜率: <view>{{datas.today_record.win_rate}}(最大回撤 <text class="{{datas.today_record.badest_income[0]=='-' ?'down':'up'}}"> {{datas.today_record.badest_income}} </text>)</view>
|
|
胜率: <view>{{datas.today_record.win_rate}}(最大回撤 <text class="{{datas.today_record.badest_income[0]=='-' ?'down':'up'}}"> {{datas.today_record.badest_income}} </text>)</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info">
|
|
<view class="info">
|
|
|
- 日期: <view>{{datas.today_record.stock_date}}</view>
|
|
|
|
|
|
|
+ 日期: <view>{{datas.today_record.stock_date}}(今日收益
|
|
|
|
|
+ <text class="{{datas.today_record.today_income[0]=='-' ?'down':'up'}}">{{datas.today_record.today_income}}</text>)</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="info">
|
|
<view class="info">
|
|
|
资产:
|
|
资产:
|
|
|
- <view><label>{{datas.today_record.today_fund}}w</label>(今日收益
|
|
|
|
|
- <text class="{{datas.today_record.today_income[0]=='-' ?'down':'up'}}">{{datas.today_record.today_income}}</text>
|
|
|
|
|
- <text style="color:#F5F5F5;display:block;height:0;"> </text>
|
|
|
|
|
- 总收益
|
|
|
|
|
|
|
+ <view><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>
|
|
<text class="{{datas.today_record.total_income[0]=='-' ?'down':'up'}}">{{datas.today_record.total_income}}</text>
|
|
|
- )</view>
|
|
|
|
|
|
|
+ )</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="bottom" wx:if='{{!datas.today_record.is_markt}}'>
|
|
|
|
|
|
|
+ <view class="bottom" wx:if='{{datas.today_record.is_markt}}'>
|
|
|
|
|
+ 开超市
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view class="bottom" wx:elif='{{datas.today_record.today_stock_total>0}}'>
|
|
|
|
|
+
|
|
|
今日持仓 <text>{{datas.today_record.today_stock_total}}W</text>
|
|
今日持仓 <text>{{datas.today_record.today_stock_total}}W</text>
|
|
|
仓位 <text>{{datas.today_record.cangwei}}</text>
|
|
仓位 <text>{{datas.today_record.cangwei}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="bottom" wx:else>
|
|
<view class="bottom" wx:else>
|
|
|
- 开超市
|
|
|
|
|
|
|
+ 空仓
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -49,7 +53,7 @@
|
|
|
</view> -->
|
|
</view> -->
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
-<view class="imgs">
|
|
|
|
|
|
|
+<view class="imgs" wx:if='{{datas.today_record.today_stock_img.length>0}}'>
|
|
|
<view class="title">交割单</view>
|
|
<view class="title">交割单</view>
|
|
|
<image wx:for='{{datas.today_record.today_stock_img}}' wx:for-item='i' bindtap="preview" data-src='{{i}}' data-urls='{{datas.today_record.today_stock_img}}'
|
|
<image wx:for='{{datas.today_record.today_stock_img}}' wx:for-item='i' bindtap="preview" data-src='{{i}}' data-urls='{{datas.today_record.today_stock_img}}'
|
|
|
class="img" src="{{i}}"></image>
|
|
class="img" src="{{i}}"></image>
|
|
@@ -87,8 +91,14 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="days">
|
|
<view class="days">
|
|
|
<view wx:for='{{days}}'>
|
|
<view wx:for='{{days}}'>
|
|
|
- {{item.day}}
|
|
|
|
|
- <text>{{item.income}}</text>
|
|
|
|
|
|
|
+ <view wx:if='{{!item.income}}' style="color:#999;">
|
|
|
|
|
+ {{item.day}}
|
|
|
|
|
+ <text>{{item.income}}</text>
|
|
|
|
|
+ </view>
|
|
|
|
|
+ <view wx:else class="{{item.income[0]=='-' ? 'down1':'up1'}}">
|
|
|
|
|
+ {{item.day}}
|
|
|
|
|
+ <text>{{item.income}}</text>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|