mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 19:45:06 +08:00
fix 滑块验证码error
This commit is contained in:
@ -276,7 +276,7 @@ export default {
|
||||
const _this = this
|
||||
// 判断是否重合
|
||||
if (this.status && this.isEnd === false) {
|
||||
const moveLeftDistance = parseInt((this.moveBlockLeft || '').replace('px', ''))
|
||||
let moveLeftDistance = parseInt((this.moveBlockLeft || '').replace('px', ''))
|
||||
moveLeftDistance = moveLeftDistance * 310 / parseInt(this.setSize.imgWidth)
|
||||
const data = {
|
||||
captchaType: this.captchaType,
|
||||
|
Reference in New Issue
Block a user