Files
Smart-Farm/front/mine/pages/cash-out.wxml
2025-12-22 17:13:05 +08:00

1 line
2.1 KiB
Plaintext

<view class="mine-cash-out"><uni-nav-bar vue-id="07887369-1" fixed="{{true}}" shadow="{{false}}" statusBar="{{true}}" color="#fff" backgroundColor="{{scrollTop<20?'':primaryColor}}" leftIcon="icon-left" title="提现" bind:__l="__l"></uni-nav-bar><view style="{{'height:'+(configInfo.navBarHeight+'px')+';'}}"></view><image class="common-bg abs" mode="aspectFill" lazy-load="{{true}}" src="https://lbqny.migugu.com/admin/farm/bg-cash.png"></image><view class="flex-column mt-md ml-lg mr-lg pd-lg fill-base radius-16"><view class="f-title c-title text-bold">备注</view><view class="pt-lg pb-md b-1px-b"><input class="flex-1" type="text" placeholder="请输入到账信息" data-event-opts="{{[['input',[['__set_model',['','text','$event',[]]]]]]}}" value="{{text}}" bindinput="__e"/></view><view class="pt-lg f-title c-title text-bold">提现金额</view><view class="flex-between pt-lg pb-md b-1px-b"><view class="flex-y-center"><view class="text-bold">¥</view><input class="flex-1 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><view class="space-lg"></view><view data-event-opts="{{[['tap',[['withAll',['$event']]]]]}}" class="flex-y-baseline f-caption c-caption" catchtap="__e">{{"可提现金额¥"+cash+''}}<view class="text-bold c-warning ml-md">全部提现</view></view><view class="flex-y-baseline f-caption c-caption">最低提现金额<view class="text-bold c-warning ml-md">{{'¥'+(configInfo.cash_mini||0)}}</view></view><view class="space-lg"></view><view class="space-lg"></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><block wx:if="{{options.type!='distribution'&&isLoad}}"><view class="flex-center f-caption c-caption mt-md">{{'每笔订单收取'+(100-configInfo.cash_balance*1)+"%手续费"}}</view></block></view><view class="space-footer"></view></view>