Commit 550baa1d by doszhang

dos

parent 401e397b
......@@ -197,7 +197,7 @@ $('.flag-frame').html('').addClass('clearfix');
//自定义flag的placeholder
$('input[name=customize-flag]').attr('placeholder', '也能在这里写你的flag哦');
//署名的placeholder
$('input[name=signature]').attr('placeholder', '准备好了,就在此署名吧').attr('disabled', 'true').attr('id', 'signature');
$('input[name=signature]').attr('placeholder', '准备好了,就在此署名吧').attr('disabled', true).attr('id', 'signature');
//倒计时canvas定义
let canvasinfo = initCanvas('.countdown-canvas', 'countDownCanvas', 254, 254, true);
......@@ -475,7 +475,7 @@ function countDown(callback) {
}
function agreeSuggest() {
$('input[name=signature]').attr('disabled', 'false');
$('input[name=signature]').attr('disabled', false);
$('.suggest-page .agree').hide();
$('.suggest-page .agree-active').show();
$('.agree-wrap').removeClass('animate');
......
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