vue验证码点击更新
vue验证码点击更新
不说啥,直接贴代码
html:
<img class="captcha" @click="editCaptcha" :src="captcha">
js:
editCaptcha () {
        this.captcha = url + '/getCaptcha?d='+Math.random();
      }
不说啥,直接贴代码
html:
<img class="captcha" @click="editCaptcha" :src="captcha">
js:
editCaptcha () {
        this.captcha = url + '/getCaptcha?d='+Math.random();
      }
