Commit 336f9db2 by doszhang

dos

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