master
parent
26f2c696cd
commit
ef59fb0dc6
|
|
@ -406,8 +406,6 @@ layui.define(["element", "jquery"], function (exports) {
|
||||||
}
|
}
|
||||||
moveLeft = -moveWidth;
|
moveLeft = -moveWidth;
|
||||||
}
|
}
|
||||||
console.log(moveLeft);
|
|
||||||
console.log(moveWidth);
|
|
||||||
if (moveLeft > 0) {
|
if (moveLeft > 0) {
|
||||||
moveLeft = 0;
|
moveLeft = 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue