cashout.wxml 1.0 KB
<view style="background:#f5f5f5;width:100%;height:1600rpx">

	<view class='card_rectangle_bg_row' style='padding:30rpx;flex-direction:column'>
		<view style="flex-direction:row;padding-top:14rpx">
			<text style="font-size:28rpx;color:#333">到账银行卡:</text>
			<view style="float:right">
					<image src="/images/reward_point.png" style="width:64rpx;height:64rpx"></image>
					<view style="font-size:30rpx;color:#333;line-height:64rpx">招商银行(9214)</view>
					<image src="/images/arrow_right.png" style="width:64rpx;height:64rpx"></image>
			</view>
		</view>
    <view style="width:100%;float:right;margin-right:60rpx;font-size:28rpx;color:#333">2小时内到账</view>
		<view style="font-size:28rpx;color:#999;line-height:96rpx">提现金额</view>
		<view></view>
	</view>
	<view class="view_bottom">
		<button wx:if="{true}" class="btn_white_radius" style="margin:20rpx" bindtap='cashout'> 提现</button>
		<button wx:else class="btn_blue_radius" style="margin:20rpx" bindtap='goexchange'> 提现</button>
	</view>
</view>