极乐门资源网 Design By www.ioogu.com
本文实例为大家分享了vue随机验证码组件的具体代码,供大家参考,具体内容如下
由于工作需要自己做了一个验证码组件,灵活性不高,但是可以用,代码也不太复杂
<template> <div style="display: flex;justify-content: start;align-items: center;border-radius: 4px"> <canvas style="" :width="contentWidth" :height="contentHeight" id="cav" @click="next()"></canvas> </div> </template> <script> // import num from './components/cc' export default { name: 'verificationCode', props: { fontSize: { type: Number, default: 20 }, contentWidth: { type: Number, default: 100 }, contentHeight: { type: Number, default: 40 }, verification: { type: String }, refreshCode: { type: Boolean } }, watch: { verification: function (newVal) { if (newVal.toLowerCase() === this.identify.toLowerCase()) { this.$emit('handleIdentify', true) } else { this.$emit('handleIdentify', false) } }, refreshCode: function (newVal) { this.draw() } }, mounted () { this.draw() }, data () { return { identify: '', letter: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'] } }, methods: { draw () { let self = this let text = this.randomNum() this.identify = text.join('') let ctx = document.getElementById('cav') let cav = ctx.getContext('2d') cav.clearRect(0, 0, self.contentWidth, self.contentHeight) let w = ctx.width let h = ctx.height cav.textBaseline = 'bottom' self.drawText(cav, text[0], 10, 10, self.randomDeg(0, 0.1), 20) self.drawText(cav, text[1], 20, 10, self.randomDeg(0, 0.1)) self.drawText(cav, text[2], 25, 10, self.randomDeg(0, 0.1)) self.drawText(cav, text[3], 30, 10, self.randomDeg(0, 0.1)) let i for (i = 0; i < 3; i++) { self.drawLine(cav, self.randomDeg(0, 0.3 * w, 1), self.randomDeg(0, h, 1), self.randomDeg(0, w, 1), self.randomDeg(0, h, 1), self.randomDeg(0.8 * w, w, 1), self.randomDeg(0, h, 1)) } }, drawText (cav, text, x1, y1, route) { cav.beginPath() cav.fillStyle = '#ffe9db' cav.font = this.fontSize + 'px' + ' ' + '黑体' cav.translate(x1, y1) cav.rotate(Math.PI * route) cav.fillText(text, x1, y1) cav.fill() cav.rotate(-Math.PI * route) cav.translate(-(x1), -(y1)) }, drawLine (cav, x1, y1, x2, y2, x3, y3) { cav.beginPath() cav.strokeStyle = 'rgb(155, 204, 237)' cav.bezierCurveTo(x1, y1, x2, y2, x3, y3) cav.stroke() }, randomNum () { // 生成随机字 let i let letter = this.letter let text = [] for (i = 0; i < 4; i++) { text.push(letter[Math.floor(Math.random() * 36)]) } return text }, randomDeg (min, max, f) { // 设置文字倾斜角度 f = undefined "text-align: center">更多教程点击《Vue.js前端组件学习教程》,欢迎大家学习阅读。
关于vue.js组件的教程,请大家点击专题vue.js组件学习教程进行学习。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
极乐门资源网 Design By www.ioogu.com
极乐门资源网
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
极乐门资源网 Design By www.ioogu.com
暂无vue随机验证码组件的封装实现的评论...
更新日志
2024年11月20日
2024年11月20日
- 罗大佑-无法盗版的青春套装版10CD【WAV】
- 张学友《意乱情迷》蜚声环球 2024 [WAV+CUE][1G]
- 柏菲《好歌30年特别版2CD》最好听的影视歌曲[低速原抓WAV+CUE][1G]
- 张学友《世纪10星·永恒篇》香港版[WAV+CUE][1G]
- 模拟之声慢刻CD《刘德海.琵琶独奏精逊【低速原抓WAV+CUE】
- Jamettone-18052023—improv(EDit)(2024)【FLAC】
- 【索尼精芽20首最棒的苏格兰歌曲集【FLAC】
- 池约翰C.J《少年白马醉春风2 动画原声带》[320K/MP3][26.67MB]
- 池约翰C.J《少年白马醉春风2 动画原声带》[FLAC/分轨][144.13MB]
- 陈致逸《幻想乐园 Fantasyland》[320K/MP3][120.54MB]
- 席卷全球最红舞曲《火辣辣DJ[英文版]》[DTS-WAV]
- 群星-席卷全球最红舞曲《火辣辣DJ中文版》【WAV】
- 模拟之声慢刻CD《声入人心[年度发烧人声严选]》[低速原抓WAV+CUE]
- 陈致逸《幻想乐园 Fantasyland》[FLAC/分轨][554.27MB]
- Rhymist / LusciousBB《年轮》[320K/MP3][76.52MB]