mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
4 lines
377 B
HTML
4 lines
377 B
HTML
<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">
|
|
<div class="code"><img v-bind:src="codeImage" border="0" style="cursor:pointer" alt="点击刷新验证码" width="118" height="38" v-on:click="generateCode()"></div>
|
|
</div> |