Browse Source

Merge pull request '移动端手机验证码滑动交互调整' (#3078) from fix-csh into V20221102

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/3078
Reviewed-by: zhoupzh <zhoupzh@pcl.ac.cn>
tags/v1.22.11.1^2
zhoupzh 3 years ago
parent
commit
9568662f42
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;
var self = this;
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;
imgHideTimer && clearTimeout(imgHideTimer);
self.dom.find('.slide-image-big').slideDown();


Loading…
Cancel
Save