MicroCommunityWeb/public/components/frame/validateCode/validateCode.html
2021-04-23 10:14:20 +08:00

6 lines
425 B
HTML
Executable File

<div class="layui-form-item form_code">
<input type="text" lay-verify="required|code" maxlength="6" v-model="validateCode" placeholder="请输入验证码"
autocomplete="off" class="layui-input" @keyup.enter="enterToLogin">
<div class="code"><img v-bind:src="codeImage" border="0" style="cursor:pointer" alt="点击刷新验证码" width="118"
height="38" v-on:click="generateCode()"></div>
</div>