withdmoenys.wxml 1.6 KB

1
  1. <view class="content"><view class="content-money"><view class="flex"><view class="buttom"><view class="icon">{{$root.f0}}</view><text class="text">可用积分</text></view></view></view><view class="row-box"><view class="title">转账数量</view><view class="row"><image class="jff" src="../../static/icon/iconU1.png" mode="widthFix"></image><input class="input" type="number" placeholder="转入积分" placeholder-class="placeholder" data-event-opts="{{[['input',[['__set_model',['','withdrawal','$event',[]]]]]]}}" value="{{withdrawal}}" bindinput="__e"/><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="buttom" bindtap="__e">全部转账</view></view></view><u-form class="item vue-ref" vue-id="0c511164-1" data-ref="uForm" bind:__l="__l" vue-slots="{{['default']}}"><u-form-item vue-id="{{('0c511164-2')+','+('0c511164-1')}}" label-width="150" label="会员卡号" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('0c511164-3')+','+('0c511164-2')}}" type="text" value="{{card}}" data-event-opts="{{[['^input',[['__set_model',['','card','$event',[]]]]]]}}" bind:__l="__l"></u-input></u-form-item><u-form-item vue-id="{{('0c511164-4')+','+('0c511164-1')}}" label-width="150" label="支付密码" bind:__l="__l" vue-slots="{{['default']}}"><u-input bind:input="__e" vue-id="{{('0c511164-5')+','+('0c511164-4')}}" type="password" value="{{password}}" data-event-opts="{{[['^input',[['__set_model',['','password','$event',[]]]]]]}}" bind:__l="__l"></u-input></u-form-item></u-form><button data-event-opts="{{[['tap',[['e1',['$event']]]]]}}" class="{{['add-btn','up',(loding)?'action':'']}}" bindtap="__e">转入</button></view>