Commit 24d38c4c by doszhang

dos

parent b949ff84
......@@ -105,6 +105,15 @@ $(document).ready(function () {
img = '';
bindUpload(this, uploadCtx, uploadCanvas, 1, function (img) {
avatar = img;
$('.btn-upload').appendTo('.bottom');
$('.btn-upload').css({
top: '-73px',
left: '59px',
width: '206px',
height: '50px'
});
$('.after').show();
$('.before').hide();
var mc = new Hammer($('#uploadCanvas').get(0));
bindMc(mc, uploadCtx, uploadCanvas, img, imgInfo);
}, imgInfo);
......
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