|
@@ -1,20 +1,21 @@
|
|
|
-<view class="item">
|
|
|
- <label>今日净资产</label>
|
|
|
- <input bindinput="todaychange" type='digit' placeholder-style="color:rgba(203, 203, 203, 1)" placeholder="请填写"/>
|
|
|
- <text class="note">(单位:万)</text>
|
|
|
-</view>
|
|
|
+
|
|
|
|
|
|
<view class="item">
|
|
|
- <label>今转出资金</label>
|
|
|
+ <label>今日转出资金</label>
|
|
|
<input bindinput="outchange" type='digit' placeholder-style="color:rgba(203, 203, 203, 1)" placeholder="请填写"/>
|
|
|
<text class="note">(单位:万)</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
- <label>今转入资金</label>
|
|
|
+ <label>今日转入资金</label>
|
|
|
<input bindinput="inchange" type='digit' placeholder-style="color:rgba(203, 203, 203, 1)" placeholder="请填写"/>
|
|
|
<text class="note">(单位:万)</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
+ <label>今日进出后收盘净资产</label>
|
|
|
+ <input bindinput="todaychange" type='digit' placeholder-style="color:rgba(203, 203, 203, 1)" placeholder="请填写"/>
|
|
|
+ <text class="note">(单位:万)</text>
|
|
|
+</view>
|
|
|
+<view class="item">
|
|
|
<label>账户截图</label>
|
|
|
<view class="stock_imgs" wx:if='{{today_stock_img}}'>
|
|
|
<image src="{{today_stock_img}}" bindtap="prview" data-src="{{today_stock_img}}"></image>
|
|
@@ -27,6 +28,10 @@
|
|
|
上传图片
|
|
|
</view>
|
|
|
</view>
|
|
|
+<view class="item2">
|
|
|
+ <text style="margin: 0;">除权规则:入金比赛成绩稀释,出金保持成绩不变</text>
|
|
|
+</view>
|
|
|
+
|
|
|
<button bindtap="trypost">确认除权后的成绩</button>
|
|
|
|
|
|
<view wx:if="{{init_fund}}">
|
|
@@ -59,11 +64,9 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
-<view class="item2">
|
|
|
- <text style="margin: 0;">除权规则:入金比赛成绩稀释,出金保持成绩不变</text>
|
|
|
-</view>
|
|
|
|
|
|
-<view class="item2">出金计算方法</view>
|
|
|
+
|
|
|
+<!-- <view class="item2">出金计算方法</view>
|
|
|
<view class="item1">
|
|
|
<text style="margin: 0;">今日收益:(今日净资产+出金-昨日净资产)/ 昨日净资产
|
|
|
总收益:(今日净资产+出金-初始资金)/ 初始资金
|
|
@@ -77,4 +80,4 @@
|
|
|
总收益:(今日净资产-入金-初始资金)/ 初始资金+入金
|
|
|
复权后的初始资产:初始资金+入金
|
|
|
复权后的昨日资产:昨日净资金+入金</text>
|
|
|
-</view>
|
|
|
+</view> -->
|