Commit 725a4889 by doszhang

dos

parent 6df224cc
......@@ -155,7 +155,7 @@ $(document).ready(function () {
});
drawImage();
// $('.copywriting2,.btn-tocreate').fadeOut(300);
$('.subtitle,.copywriting1,.btn-go').fadeOut(300);
$('.subtitle,.copywriting1,.btn-tocreate').fadeOut(300);
$('.upload-page').delay(0).fadeIn(300);
initGame();
results = null;
......@@ -224,7 +224,7 @@ function backToReupload() {
$('[name=btn-tocreate]').val('');
$('.upload-page').fadeOut(300);
// $('.btn-tocreate,.copywriting2').fadeIn(300);
$('.subtitle,.copywriting1,.btn-go').fadeOut(300);
$('.subtitle,.copywriting1,.btn-tocreate').fadeIn(300);
}
function showShare() {
......
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