1. 登录页验证码图片,在loading状态下不显示

This commit is contained in:
ssyang1993 2021-06-24 17:14:24 +08:00
parent 7603ac813c
commit b00f257d9a
2 changed files with 4 additions and 2 deletions

View File

@ -53,7 +53,7 @@
<img :src="vercodeIcon" slot="prefix" class="user" alt="user" />
</a-input>
</a-form-item>
<div class="code-img"><img :src="vercodeImgSrc" @click="refVercode()"/></div>
<div class="code-img"><img v-show="vercodeImgSrc" :src="vercodeImgSrc" @click="refVercode()"/></div>
</div>
<a-form-item>

View File

@ -53,7 +53,9 @@
<img :src="vercodeIcon" slot="prefix" class="user" alt="user" />
</a-input>
</a-form-item>
<div class="code-img"><img :src="vercodeImgSrc" @click="refVercode()"/></div>
<div class="code-img">
<img v-show="vercodeImgSrc" :src="vercodeImgSrc" @click="refVercode()"/>
</div>
</div>
<a-form-item>