Commit 742b9a0a by doszhang

dos

parent 96a9a76b
...@@ -46,10 +46,7 @@ if ($('div').length > 0) { ...@@ -46,10 +46,7 @@ if ($('div').length > 0) {
} }
$('.page1').show();
$('input[name=name]').attr('placeholder', '姓名').attr('id', 'name');;
$('input[name=business]').attr('placeholder', '业务号').attr('type', 'tel').attr('maxlength', 10);
$('.page1 .num').html('已有<span class="numbig">' + window.num + '</span>人发起承诺');
//上传canvas定义 //上传canvas定义
...@@ -69,6 +66,10 @@ let noInfo = { ...@@ -69,6 +66,10 @@ let noInfo = {
} }
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
$('.page1').show();
$('input[name=name]').attr('placeholder', '姓名').attr('id', 'name');;
$('input[name=business]').attr('placeholder', '业务号').attr('type', 'tel').attr('maxlength', 10);
$('.page1 .num').html('已有<span class="numbig">' + window.num + '</span>人发起承诺');
blackUrl = $('.black').css('background-image').replace(/^url\((['"]?)(.*)\1\)$/, '$2'); blackUrl = $('.black').css('background-image').replace(/^url\((['"]?)(.*)\1\)$/, '$2');
$('.black').css('background-image', 'none'); $('.black').css('background-image', 'none');
let canvasinfo = initCanvas('.black', 'uploadCanvas', 259, 259); let canvasinfo = initCanvas('.black', 'uploadCanvas', 259, 259);
......
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