Commit b7d5d3b9 by doszhang

dos

parent c91499b7
......@@ -64,12 +64,16 @@ let noInfo = {
width: 24,
height: 12
}
$('.page1').show();
let createPosterLock = false;
preloadimages(preloadImageList, function () {
let musicTime = setInterval(function () {
if ($('#music')[0].currentTime > 0) {
$('.page1').show();
clearInterval(musicTime);
}
}, 100);
$('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>人发起承诺');
......@@ -78,10 +82,6 @@ preloadimages(preloadImageList, function () {
let canvasinfo = initCanvas('.black', 'uploadCanvas', 259, 259);
uploadCanvas = canvasinfo[0];
uploadCtx = canvasinfo[1];
clearInterval(musicTime);
}
}, 100);
}, function (progress) {});
......
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