index.wxml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <navbar parameter='{{parameter}}'></navbar>
  2. <view class='wrapper'>
  3. <view hidden='{{currentTab != 1}}' class='list'>
  4. <form bindsubmit="subCash" report-submit='true'>
  5. <view class='item acea-row row-between-wrapper'>
  6. <view class='name'>姓名</view>
  7. <view class='input'><input placeholder='请填写您的姓名' placeholder-class='placeholder' name="name"></input></view>
  8. </view>
  9. <view class='item acea-row row-between-wrapper'>
  10. <view class='name'>微信号</view>
  11. <view class='input'><input placeholder='请填写您的微信账号' placeholder-class='placeholder' name="weixin"></input></view>
  12. </view>
  13. <view class='item acea-row row-between-wrapper'>
  14. <view class='name'>手机号</view>
  15. <view class='input'><input placeholder='请填写您的手机号' placeholder-class='placeholder' name="phone"></input></view>
  16. </view>
  17. <view class='bonus item '>
  18. <view class='name'>提现奖金</view>
  19. <view class='input'>
  20. <view class="bonus_icon">¥</view>
  21. <input placeholder='在此输入提现奖金' placeholder-class='placeholder' name="money" type='digit' value="{{tipdata}}"></input>
  22. </view>
  23. </view>
  24. <view class='tip'>当前可提现金额:¥{{userInfo.brokerage_price}} <text bindtap="Alltip" class="alltip" >全部提现</text> </view>
  25. <button formType="submit" class='bnt bg-color'>提现</button>
  26. <navigator class="record" url="/pages/user_spread_money/index?type=1">提现记录</navigator>
  27. <view class="record_p">预计3个工作日内到账,请及时检查确认</view>
  28. <view class="record_a">
  29. <view class="record_p1">提现说明</view>
  30. <view class="record_p2">1、提现账款会在3个工作日内发放,并将直接到账绑定的指定账户;</view>
  31. <view class="record_p2">2、根据监管要求,未实名认证用户不能进行提现操作。</view>
  32. </view>
  33. </form>
  34. </view>
  35. </view>
  36. <authorize bind:onLoadFun='onLoadFun'></authorize>