南昌市物联网技防平台-前端
liuyg
2021-05-10 f71cb69c37f9e547122c786566d984317c1af504
小程序地图
1 files modified
16 ■■■■■ changed files
public/xcxh5map/js/move.js 16 ●●●●● patch | view | raw | blame | history
public/xcxh5map/js/move.js
@@ -62,16 +62,20 @@
                that.getMosePosition(that.__xx, that.__yy);
            }
            // console.log(that.__yy, '鼠标');
            var h = that.__yy - that.__sy;
            var h = that.__yy - that.__sy
            if (that.state == 'down') {//两种模式
                var chous = h >= 0 && h + that.__dy <= that.__wy - 20;
                console.log(that.state);
                if (h >= 0 && h + that.__dy <= that.__wy - 20) {
                    that.changeDomPosition(0, h, h + that.__dy);//改变位置
                }
            } else if (that.state == 'up') {
                var chous = h >= -that.__dy && h <= that.__wy - 20;
                console.log(that.state);
                if (h >= -that.__dy && h <= that.__wy - 20) {
                    that.changeDomPosition(0, h, h + that.__wy - 20);//改变位置
                }
            }
            if (chous) {
                that.changeDomPosition(0, h, h + that.__wy - 20);//改变位置
            }
        });
        that.div.on('touchend', function () {//抬起重置
            once = true;//抬起重置鼠标点击位置