Commit aa2f5bc0 by dos

init

parent 82e05409
......@@ -161,8 +161,8 @@ function checkInfo() {
let dtop = parseInt($('.upload-page .top').css('top'))
$('.tip').css('top', 173 + dtop + 'px')
$('.username').css('top', 319 + dtop + 'px')
$('.company').css('top', 373 + dtop + 'px')
$('.username').css('top', 192 + dtop + 'px')
$('.company').css('top', 258 + dtop + 'px')
if (resp.status == 1) {
level = resp.poster;
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