Commit 3816ee08 by doszhang

dos

parent 22530475
...@@ -153,7 +153,7 @@ let flagStack = []; ...@@ -153,7 +153,7 @@ let flagStack = [];
//用户选择的小装饰src //用户选择的小装饰src
let checkedDecorate = ""; let checkedDecorate = "";
//用户署名 //用户署名
let signature = "zhangsan "; let signature = "";
//用户选择的色条index //用户选择的色条index
let colorIndex = 4; let colorIndex = 4;
//用户选择的背景色 //用户选择的背景色
...@@ -444,6 +444,7 @@ function showPosterPage() { ...@@ -444,6 +444,7 @@ function showPosterPage() {
} }
function showCountDownPage() { function showCountDownPage() {
$('.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