verigyCode.wxml
812 字节
<!--pages/index/verigyCode/verigyCode.wxml-->
<!-- 判断是否需要验证 -->
<!-- wx:if='{{report_state}}' -->
<view class='mask_box' catchtap='cancleMask3' wx:if='{{report_state}}'>
<view class='popup_box' style='align-items:flex-start;height:400rpx'>
<view class='popup_title'>验证码</view>
<view class='popup_content'>
<view class='list_input'>
<input type='number' placeholder='请填写验证码' class='verification_code' name='code' value='{{code}}' bindinput='getCode' placeholder-class='pl_style'></input>
<view class='code_btn' wx:if='{{disabled}}' bindtap="getVerificationCode">{{time}}</view>
<view class='code_btn' wx:else>{{time}}</view>
</view>
<view class='popup_active' bindtap='reportInfo2'>确认</view>
</view>
</view>
</view>