withdmoenys.wxml 1.3 KB

12345678910111213141516171819202122232425
  1. <view class="content">
  2. <uni-notice-bar bind:__l="__l" single="true" text="每月25号到月底可提现上月结算余额" vueId="3ccd025e-1"></uni-notice-bar>
  3. <view class="content-money">
  4. <view class="flex ">
  5. <view class="buttom">
  6. <view class="icon">{{$root.f0}}</view>
  7. <text class="text">可提现佣金</text>
  8. </view>
  9. <view class="interval"></view>
  10. <view class="buttom">
  11. <view class=" icon">{{$root.f1}}</view>
  12. <text class="text">待审核提现佣金</text>
  13. </view>
  14. </view>
  15. </view>
  16. <view class="row-box">
  17. <view class="title">转账金额</view>
  18. <view class="row">
  19. <text class="tit">¥</text>
  20. <input bindinput="__e" class="input" data-event-opts="{{[ [ 'input',[ [ '__set_model',[ '','withdrawal','$event',[] ] ] ] ] ]}}" placeholder="转入金额" placeholderClass="placeholder" type="number" value="{{withdrawal}}"></input>
  21. <view bindtap="__e" class="buttom" data-event-opts="{{[ [ 'tap',[ [ 'e0',['$event'] ] ] ] ]}}">全部转账</view>
  22. </view>
  23. </view>
  24. <button bindtap="__e" class="{{['add-btn up',loding?'action':'']}}" data-event-opts="{{[ [ 'tap',[ [ 'e1',['$event'] ] ] ] ]}}">转入</button>
  25. </view>