Commit 3969844f by doszhang

dos

parent 5c9b0cd5
...@@ -105,7 +105,8 @@ $(document).ready(function () { ...@@ -105,7 +105,8 @@ $(document).ready(function () {
$('input[name=btn-upload]').change(function () { $('input[name=btn-upload]').change(function () {
imgInfo = {}; imgInfo = {};
img = ''; img = '';
$('.hide').hide(); $('.hide-block').hide();
$('.show-block').show();
bindUpload(this, uploadCtx, uploadCanvas, 1, function (img) { bindUpload(this, uploadCtx, uploadCanvas, 1, function (img) {
$('.btn-upload-block').css('left', '53px'); $('.btn-upload-block').css('left', '53px');
$('.btn-createposter').show(); $('.btn-createposter').show();
......
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