Commit dea3c7e8 by doszhang

dos

parent 7f48b1e3
...@@ -50,10 +50,10 @@ if ($('div').length > 0) { ...@@ -50,10 +50,10 @@ if ($('div').length > 0) {
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
// $('.home-page').fadeIn(300); $('.home-page').fadeIn(300);
// $('.home-page .candle-block').addClass('animate'); $('.home-page .candle-block').addClass('animate');
// $('.home-page .btn-next').addClass('animate'); $('.home-page .btn-next').addClass('animate');
showCountDownPage(); // showCountDownPage();
// $('.poster-page').fadeIn(300); // $('.poster-page').fadeIn(300);
...@@ -444,7 +444,7 @@ function showPosterPage() { ...@@ -444,7 +444,7 @@ function showPosterPage() {
} }
function showCountDownPage() { function showCountDownPage() {
$('.suggest-page input[name=signature]').val('张三'); // $('.suggest-page input[name=signature]').val('张三');
let val = $('.suggest-page input[name=signature]').val(); let val = $('.suggest-page input[name=signature]').val();
if (val.match(/^\s*$/)) { if (val.match(/^\s*$/)) {
$('#notification_area').remove(); $('#notification_area').remove();
......
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