Commit d725d1c0 by doszhang

dos

parent 1aa3b1dc

4 KB | W: | H:

4 KB | W: | H:

Public/static/image2/._poster-bottomhalf.png
Public/static/image2/._poster-bottomhalf.png
Public/static/image2/._poster-bottomhalf.png
Public/static/image2/._poster-bottomhalf.png
  • 2-up
  • Swipe
  • Onion skin

4 KB | W: | H:

4 KB | W: | H:

Public/static/image2/._poster-tophalf.png
Public/static/image2/._poster-tophalf.png
Public/static/image2/._poster-tophalf.png
Public/static/image2/._poster-tophalf.png
  • 2-up
  • Swipe
  • Onion skin

24.7 KB | W: | H:

47.1 KB | W: | H:

Public/static/image2/poster-bottomhalf.png
Public/static/image2/poster-bottomhalf.png
Public/static/image2/poster-bottomhalf.png
Public/static/image2/poster-bottomhalf.png
  • 2-up
  • Swipe
  • Onion skin

10.8 KB | W: | H:

42.6 KB | W: | H:

Public/static/image2/poster-tophalf.png
Public/static/image2/poster-tophalf.png
Public/static/image2/poster-tophalf.png
Public/static/image2/poster-tophalf.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -231,7 +231,7 @@ $('.flag-frame').html('').addClass('clearfix');
//自定义flag的placeholder
// $('input[name=customize-flag]').attr('placeholder', '也能在这里写你的flag哦');
$('input[name=customize-flag]').css('color', '#e29e77').val('也能在这里写下的心愿哦');
$('input[name=customize-flag]').css('color', '#e29e77').val('也能在这里写下的心愿哦');
//署名的placeholder
$('input[name=signature]').attr('placeholder', '准备好了,就在此署名吧').attr('disabled', true).attr('id', 'signature');
......@@ -259,7 +259,7 @@ $(document).ready(function () {
window.scroll(0, 0); //失焦后强制让页面归位
if ($(this).attr('name') != 'signature') {
if ($('input[name=customize-flag]').val().match(/^\s*$/)) {
$('input[name=customize-flag]').css('color', '#e29e77').val('也能在这里写下的心愿哦');
$('input[name=customize-flag]').css('color', '#e29e77').val('也能在这里写下的心愿哦');
}
}
});
......@@ -386,7 +386,7 @@ function createFlagListSort() {
}
function setCustomizeVal() {
if ($('input[name=customize-flag]').val() == '也能在这里写下的心愿哦' ||
if ($('input[name=customize-flag]').val() == '也能在这里写下的心愿哦' ||
$('input[name=customize-flag]').val().match(/^\s*$/)) {
$('input[name=customize-flag]').css('color', "#ffd594").val('');
}
......@@ -864,7 +864,7 @@ function createList(target, flag, no, wrapNum = 0) {
function addCustomizeFlag() {
let text = $('input[name=customize-flag]').val();
if (text.match(/^\s*$/) || $('input[name=customize-flag]').val() == '也能在这里写下的心愿哦') {
if (text.match(/^\s*$/) || $('input[name=customize-flag]').val() == '也能在这里写下的心愿哦') {
$('#notification_area').remove();
my_notify('请填写你的心愿');
return false;
......@@ -881,7 +881,7 @@ function addCustomizeFlag() {
flagStack.push(text);
addFlagToList(text);
$('.flag-page .choose-num').text((chooseNum++) + 1);
$('input[name=customize-flag]').css('color', '#e29e77').val('也能在这里写下的心愿哦');
$('input[name=customize-flag]').css('color', '#e29e77').val('也能在这里写下的心愿哦');
//mark
}
......
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