Commit a026cfb8 by doszhang

dos

parent c609169c
...@@ -71,6 +71,8 @@ $(document).ready(function () { ...@@ -71,6 +71,8 @@ $(document).ready(function () {
$('.btn-go').on('click',homeBtnGoHandleClick); $('.btn-go').on('click',homeBtnGoHandleClick);
$('[name=upload]').change(function() { $('[name=upload]').change(function() {
$('.copywriting2,btn-tocreate').fadeOut(300);
$('.upload-page').delay(200).fadeIn(300);
imgInfo.rotation = 0; imgInfo.rotation = 0;
imgInfo.x = 0; imgInfo.x = 0;
imgInfo.y = 0; imgInfo.y = 0;
...@@ -108,8 +110,7 @@ $(document).ready(function () { ...@@ -108,8 +110,7 @@ $(document).ready(function () {
'z-index': 9 'z-index': 9
}); });
drawImage(); drawImage();
$('.copywriting2,btn-tocreate').fadeOut(300);
$('.upload-page').delay(200).fadeIn(300);
results = null; results = null;
imgData = null; imgData = null;
}; };
......
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