Commit a8ec5880 by dos

dos

parent f06fe56e
......@@ -96,7 +96,7 @@ $(document).ready(function () {
$('input[name=btn-upload]').change(function () {
$('.hide-block').hide();
$('.show-block').show();
showIcon();
bindUpload(this, uploadCtx, uploadCanvas, 1, function (img, imgInfo) {
$('.btn-upload-block').css('left', '53px');
$('.btn-createposter').show();
......@@ -169,6 +169,7 @@ function checkInfo() {
username = name;
company = resp.branch;
toUploadPage();
showIcon();
$('.username').text(username);
$('.company').html('中信保诚人寿<br/>' + company + '分公司');
setShare();
......
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