verify_result.wxml
406 Bytes
<view class='page'>
<image style='width:60%;height:330rpx;margin:250rpx 160rpx 0 160rpx;' src='{{verify_img}}'></image>
<view style='text-align:center'>
<text style='font-size:14px;color:#999;margin-top:20rpx'>{{verify_tip}}</text>
</view>
<view class='bottom_btn_wrap' >
<view class='btn_blue_radius' bindtap="done">
<view class='text_white_34'>{{btn_text}}</view>
</view>
</view>
</view>