Browse Source

移动端手机验证码滑动交互调整

tags/v1.22.11.1^2
chenshihai 3 years ago
parent
commit
5ba68d4174
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/standalone/phoneverify.js

+ 1
- 1
web_src/js/standalone/phoneverify.js View File

@@ -55,7 +55,7 @@
if (!this.dom) return; if (!this.dom) return;
var self = this; var self = this;
var clientX = 0, oLeft = 0, imgHideTimer = null; var clientX = 0, oLeft = 0, imgHideTimer = null;
this.dom.find('.slide-bar-bg').on('mouseenter', function (e) {
this.dom.find('.slide-bar-bg').on('mouseenter touchstart', function (e) {
if (self.verifySucess) return; if (self.verifySucess) return;
imgHideTimer && clearTimeout(imgHideTimer); imgHideTimer && clearTimeout(imgHideTimer);
self.dom.find('.slide-image-big').slideDown(); self.dom.find('.slide-image-big').slideDown();


Loading…
Cancel
Save