Commit 6df224cc by doszhang

dos

parent 6f3a1ce4
......@@ -154,7 +154,8 @@ $(document).ready(function () {
'z-index': 9
});
drawImage();
$('.copywriting2,.btn-tocreate').fadeOut(300);
// $('.copywriting2,.btn-tocreate').fadeOut(300);
$('.subtitle,.copywriting1,.btn-go').fadeOut(300);
$('.upload-page').delay(0).fadeIn(300);
initGame();
results = null;
......@@ -222,7 +223,8 @@ $(document).ready(function () {
function backToReupload() {
$('[name=btn-tocreate]').val('');
$('.upload-page').fadeOut(300);
$('.btn-tocreate,.copywriting2').fadeIn(300);
// $('.btn-tocreate,.copywriting2').fadeIn(300);
$('.subtitle,.copywriting1,.btn-go').fadeOut(300);
}
function showShare() {
......@@ -339,7 +341,8 @@ function creatPoster() {
function backToUpload() {
$('.headimg-page,.poster-page').fadeOut(300);
$('.upload-page').delay(0).fadeIn(300);
// $('.upload-page').delay(0).fadeIn(300);
$('.subtitle,.copywriting1,.btn-go').fadeIn(300);
}
function createHeadimg() {
......
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