排队支付小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.7 KiB

  1. <view class="user-withdrawal-bg">
  2. <view class="withdrawal-management">
  3. <navigator hover-class="none" url="/pages/withdrawal-history/withdrawal-history">
  4. <button class="withdrawal-button">提现历史</button>
  5. </navigator>
  6. </view>
  7. <view class="withdrawal-limit">
  8. <view class="limit-symbol">¥</view>
  9. <view class="withdrawal-volume">458.00</view>
  10. </view>
  11. <view class="Withdrawable-text">可提现</view>
  12. <view class="withdrawal-content">
  13. <image class="withdrawal-line" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/withdrawal-line.png" />
  14. </view>
  15. <view class="total-withdrawal">总提现:¥500.00</view>
  16. <view class="to-be-credited">
  17. <view class="credited-text">待入账:¥200.00</view>
  18. <view class="credited-line"></view>
  19. <view class="withdrawal-in-progress">提现中:458元</view>
  20. </view>
  21. </view>
  22. <view class="withdrawal-account">
  23. <view class="withdrawal-account-left">
  24. <image class="alipay-account" src="https://common-1257637852.cos.ap-guangzhou.myqcloud.com/paidui-pay/alipay-account.png" />
  25. <view class="account-left-text">支付宝账户</view>
  26. </view>
  27. </view>
  28. <view class="account-information-item">
  29. <view class="withdrawal-account-content">
  30. <view class="account-content-left">提现账户</view>
  31. <view class="account-content-right">159****6532 <span class="style-text">修改</span></view>
  32. </view>
  33. <view class="withdrawal-account-content border-line-style">
  34. <view class="account-content-left">可提现金额</view>
  35. <view class="right-withdrawal-amount">¥458.00</view>
  36. </view>
  37. <view class="button-content">
  38. <button class="withdrawal-button-style">提现</button>
  39. </view>
  40. </view>