Files
coupon/shopping/pages/payment/payment.wxml
2023-02-22 23:52:12 +08:00

36 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--shopping/pages/withdrawal/withdrawal.wxml-->
<view>
<view class="direction">
<text>提现至:</text>
<image src="/shopping/image/Alipay.png" class="img1"></image>
<text class="txt">支付宝</text>
<image src="/pages/image/right1.png" class="img2"></image>
</view>
<view class="stance">
<view class="stance1">
<text>到账支付宝</text>
<input type="number" placeholder="请输入支付宝账号" />
</view>
<view class="stance2">
<text>姓名</text>
<input type="text" placeholder="请输入姓名" />
</view>
</view>
<view class="tixian">可提现金额: 128.56元</view>
<view class="entry">
<text>¥</text>
<input type="text" placeholder="请输入要提现的金额" />
<text style="font-size: 28rpx;color: #FF4C00;margin:40rpx 0 40rpx 200rpx;">全部</text>
</view>
<view class="words">最低提现金额10元</view>
<view class="words" style="margin:9rpx 0 60rpx 42rpx">将提现到已绑定的微信中提现金额将在2小时内到账</view>
<button class="btn">提现</button>
<view class="mode">
<view class="zhi" bindtap="withdrawal">
<image src="/shopping/image/WeChat.png" style="width:60rpx;height:60rpx;"></image>
<view class="zhifubao" >微信</view>
</view>
<button style="color: #BCBCBC;" bindtap="cancel">取消</button>
</view>
</view>