Commit b17bc9f6 by doszhang

dos

parent c831161b
......@@ -131,6 +131,8 @@ function chooseColorMove(e) {
timer = setTimeout(() => {
let touch = e.originalEvent.targetTouches[0];
moveX = touch.pageX;
console.log(moveX);
let left = parseInt($('.personal-page .btn-choose-color').css('left'));
left = left + (moveX - startX);
console.log(left);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment