Commit 73eb8c5b by doszhang

dos

parent 615f0d4d
...@@ -139,8 +139,8 @@ function checkInfo() { ...@@ -139,8 +139,8 @@ function checkInfo() {
function initPage() { function initPage() {
const displacement = parseFloat(getTranslateDistance()); const displacement = parseFloat(getTranslateDistance());
alert(displacement + 179)
if (displacement + 179 > 243) { if (displacement + 179 > 243) {
alert(1)
$('.upload-page .logo').css('top', displacement + 183 + 'px'); $('.upload-page .logo').css('top', displacement + 183 + 'px');
} }
......
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