公告板
版本库
filestore
活动
搜索
登录
main
/
Lianxun_Java
联讯物业系统后台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'shiyj01'
shiyj
2019-06-22
9966b2166b468d35ff7bd8bb227500e14487b368
[Lianxun_Java.git]
/
WebService
/
src
/
main
/
resources
/
components
/
validate-code
/
validate-code.html
1
2
3
4
5
6
7
8
<div class="form-group row" component="validate-code">
<div class="col-sm-8 ">
<input type="text" class="form-control" v-model="validateCode" placeholder="请输入验证码" required=""/>
</div>
<div class="col-sm-4 ">
<img v-bind:src="codeImage" border="0" style="cursor:pointer" alt="点击刷新验证码" class="form-control no_padding" v-on:click="generateCode()"/>
</div>
</div>