Files
lichebao/pages/distribute/cashout/index.wxml
T
2021-09-16 18:11:32 +08:00

38 lines
1.7 KiB
Plaintext

<view class="container">
<view class="inner30">
<view class="font-22">提现到</view>
<view class="mt20 relative">
<view class="absolute left-0 img-70x70 ulib-r10 overflowhidden">
<open-data type="userAvatarUrl"></open-data>
</view>
<view class="pl90">
<view class="font-28">
<open-data type="userNickName"></open-data>的微信钱包(**** 769)
<view class="font-22 color-999">预计2小时内到账</view>
</view>
</view>
</view>
<view class="bg-fff mt30 inner30 box-shadow-000-10-10 ulib-r10">
<view class="font-22">提现金额</view>
<view class="mt40 pb20 bbs-1-eb">
<text class="font-28">¥</text>
<text class="ml5 font-40">2345.12</text>
</view>
<view class="pt30 font-22 color-999">注:若提现出现问题,请联系小狸<text class="ml10 color-f9394d" bindtap="call" data-tel="1812334344">1812334344</text></view>
</view>
<view class="mt60">
<button class="btn-f9394d font-32 color-fff ulib-r750 text-center ml35 mr35" hover-class="btn-1a1a1a-hover" bindtap="putDistributionCash" disabled="{{submitFlag}}">立即提现</button>
</view>
</view>
</view>
<lcb-footer></lcb-footer>
<lcb-backChannel></lcb-backChannel>
<lcb-msg isShow="{{isShowSuccess}}" isBottomOpt="{{true}}" closeWord="我知道了" bind:closeevent="closeSuccess">
<view slot="content" class="inner40">
<view class="font-32 text-center text-bold color-00c800"><i class="iconfont icon-xuanze1 font-36 mr10"></i>提现成功</view>
<view class="mt20 line-height-17 text-center font-28 color-666">
<view>您已成功提现<text class="ml10 color-f9394d">30.00元</text></view>
</view>
</view>
</lcb-msg>