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