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.

1 line
1.8 KiB

1 year ago
<block wx:if="{{isLoad}}"><view class="technician-income-cash-out"><view class="mt-md ml-lg mr-lg f-paragraph fill-base section" style="overflow:hidden;"><view class="fill-space b-1px-b" style="padding:40rpx 30rpx;"><view class="flex-between"><view style="font-size:30rpx;font-family:PingFang SC;font-weight:500;color:#333333;">备注</view><input class="flex-1 f-paragraph ml-md" type="text" placeholder="请输入到账信息" data-event-opts="{{[['input',[['__set_model',['','text','$event',[]]]]]]}}" value="{{text}}" bindinput="__e"/></view></view><view class="pd-lg"><view style="font-size:30rpx;font-weight:500;color:#999999;">提现金额</view><view class="flex-y-center b-1px-b" style="padding:50rpx 0;"><view class="text-bold">¥</view><input class="flex-1 f-paragraph ml-sm" type="digit" placeholder="请输入提现金额" data-event-opts="{{[['input',[['__set_model',['','apply_price','$event',[]]],['checkInput',['$event','apply_price']]]]]}}" value="{{apply_price}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['withAll',['$event']]]]]}}" class="f-caption c-caption pt-md" style="display:flex;justify-content:space-between;" catchtap="__e"><view><text>可提现余额</text><text style="font-size:30rpx;color:#08BF77;">{{"¥"+cash}}</text></view><view style="font-size:30rpx;font-weight:500;color:#08BF77;">全部提现</view></view><view class="flex-y-center f-caption c-caption pt-sm">最低提现额度<view class="ml-md c-warning"><text style="font-size:30rpx;color:#08BF77;">{{"¥"+(configInfo.cash_mini||0)}}</text></view></view><view class="space-lg"></view><view class="space-lg"></view></view></view><view data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" class="cash-out-btn flex-center f-title c-base radius-16" style="{{'background:'+(primaryColor)+';'}}" catchtap="__e">确认提现</view></view></block>