vue 验证码 点击 更新 繁體版
原文   原文链接

vue验证码点击更新

不说啥,直接贴代码html

html:vue

<img class="captcha" @click="editCaptcha" :src="captcha">

js:dom

editCaptcha () {
        this.captcha = url + '/getCaptcha?d='+Math.random();
      }
相关文章
相关标签/搜索
每日一句
    每一个你不满意的现在,都有一个你没有努力的曾经。
本站公众号
   欢迎关注本站公众号,获取更多信息