|
@@ -2,17 +2,17 @@
|
|
|
|
|
|
<view class="item">
|
|
|
<label>今日转出资金</label>
|
|
|
- <input bindinput="outchange" type='digit' placeholder-style="color:rgba(203, 203, 203, 1)" placeholder="请填写"/>
|
|
|
+ <input bindinput="outchange" type='digit' placeholder-style="color:rgba(203, 203, 203, 1)" placeholder="单位是万"/>
|
|
|
<text class="note">(单位:万)</text>
|
|
|
</view>
|
|
|
<view class="item">
|
|
|
<label>今日转入资金</label>
|
|
|
- <input bindinput="inchange" type='digit' placeholder-style="color:rgba(203, 203, 203, 1)" placeholder="请填写"/>
|
|
|
+ <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="请填写"/>
|
|
|
+ <input bindinput="todaychange" type='digit' placeholder-style="color:rgba(203, 203, 203, 1)" placeholder="单位是万"/>
|
|
|
<text class="note">(单位:万)</text>
|
|
|
</view>
|
|
|
<text style="color:rgb(128, 128, 128);font-size:28rpx">注意:1.融资账户填净资产 2.这里填资金进出后的总资产</text>
|