zhizou 2019-06-05 11:13:32 +08:00
parent 26f2c696cd
commit ef59fb0dc6
1 changed files with 0 additions and 2 deletions

View File

@ -406,8 +406,6 @@ layui.define(["element", "jquery"], function (exports) {
}
moveLeft = -moveWidth;
}
console.log(moveLeft);
console.log(moveWidth);
if (moveLeft > 0) {
moveLeft = 0;
}