Commit c95fb4c6 by kubisk

dos

parent 672ba195
...@@ -87,11 +87,7 @@ preloadimages(preloadImageList, function () { ...@@ -87,11 +87,7 @@ preloadimages(preloadImageList, function () {
$(document).ready(function () { $(document).ready(function () {
let dtop = parseInt($('.upload-page .top').css('top'))
$('.tip').css('top', 144 + dtop + 'px')
$('.username').css('top', 319 + dtop + 'px')
$('.company').css('top', 373 + dtop + 'px')
// $('.logo').css('top', getTranslateDistance(40, true)); // $('.logo').css('top', getTranslateDistance(40, true));
$("input").on("blur", function () { $("input").on("blur", function () {
...@@ -158,6 +154,11 @@ function checkInfo() { ...@@ -158,6 +154,11 @@ function checkInfo() {
code: code code: code
}, },
success: function (resp) { success: function (resp) {
let dtop = parseInt($('.upload-page .top').css('top'))
$('.tip').css('top', 144 + dtop + 'px')
$('.username').css('top', 319 + dtop + 'px')
$('.company').css('top', 373 + dtop + 'px')
if (resp.status == 1) { if (resp.status == 1) {
level = resp.poster; level = resp.poster;
username = name; username = name;
......
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