59 lines
1.8 KiB
Plaintext
59 lines
1.8 KiB
Plaintext
<view class="container">
|
||
|
||
<view class="mydata-box">
|
||
|
||
<view class="frombody">
|
||
<form bindsubmit='withdrawal'>
|
||
|
||
<view class="umoney">
|
||
<text>{{title}}:</text>¥{{umoney}}
|
||
</view>
|
||
<view>
|
||
<text>划转数量:</text><input name="txje" type="text" bindinput='getje0' placeholder="请填写您要划转的数量" value="" />
|
||
</view>
|
||
<view wx:if="{{sxfmoney>0}}">
|
||
<text>实际到账:</text><input name="txje0" type="text" disabled="disabled" placeholder="" value="{{money0}}" />
|
||
|
||
</view>
|
||
<view>
|
||
<text>安全密码:</text><input name="txpwd" type="text" value="" placeholder="请填写您的安全密码" type="password" />
|
||
</view>
|
||
<view class="button">
|
||
<button form-type="submit" class="{{savedisable}}">{{savebutton}}</button>
|
||
|
||
</view>
|
||
|
||
</form>
|
||
</view>
|
||
|
||
</view>
|
||
|
||
<view class="mybalance-box">
|
||
<view class="text">
|
||
<view class="line_flag"></view>
|
||
<text>划转记录</text>
|
||
</view>
|
||
<view class="mybalance-item" wx:for="{{mybalance}}" wx:for-index="index">
|
||
<view class="Total">
|
||
<view><text>划转数量:</text>{{item.b0}}</view>
|
||
<view class="right"><text>实际到账:</text>{{item.b1}}</view>
|
||
</view>
|
||
|
||
<view class="Total0">
|
||
<view><text>时间:</text>{{item.addtime}}</view>
|
||
</view>
|
||
<view>
|
||
|
||
</view>
|
||
|
||
|
||
</view>
|
||
</view>
|
||
|
||
|
||
</view>
|
||
|
||
|
||
<loading hidden="{{loadingHidden}}">
|
||
加载中...
|
||
</loading> |