setpaypwd.wxml
1.1 KB
<view>
<view style="margin:0 30rpx;background:#FFF">
<input class="input_wrap" placeholder-class="placeholder_input_wrap" placeholder="请设置提现密码"></input>
<view style='background:#eee;height:1rpx;'></view>
<input class="input_wrap" placeholder-class="placeholder_input_wrap" placeholder="请再次输入提现密码"></input>
<view style='background:#eee;height:1rpx;'></view>
<view style="display:flex;align-items: center;">
<input class="input_wrap" style="width:492rpx" placeholder-class="placeholder_input_wrap" maxlength="8" type="number" placeholder="请输入验证码"></input>
<button class="btn_blue_radius" style="height:64rpx;float:right;font-size:28rpx;text-align:center" bindtap='getVerifyCode' disabled="{{buttonDisable}}">
{{verifyCodeTime}}</button>
<view style='background:#eee;height:1rpx;'></view>
</view>
</view>
<view class="view_bottom">
<button class="btn_blue_radius" style="margin:20rpx" bindtap='confirm'> 确定</button>
<button class="btn_white_radius" style="margin:20rpx" bindtap='cancel'> 取消</button>
</view>
</view>