Commit e887dd0c by doszhang

dos

parent c4f8a00b
...@@ -68,12 +68,16 @@ let noInfo = { ...@@ -68,12 +68,16 @@ let noInfo = {
let createPosterLock = false; let createPosterLock = false;
preloadimages(preloadImageList, function () { preloadimages(preloadImageList, function () {
let musicTime = setInterval(function () { if (browser.versions.weixin) {
if ($('#music')[0].currentTime > 0) { let musicTime = setInterval(function () {
$('.page1').show(); if ($('#music')[0].currentTime > 0) {
clearInterval(musicTime); $('.page1').show();
} clearInterval(musicTime);
}, 100); }
}, 100);
} else {
$('.page1').show();
}
$('input[name=name]').attr('placeholder', '姓名').attr('id', 'name');; $('input[name=name]').attr('placeholder', '姓名').attr('id', 'name');;
$('input[name=business]').attr('placeholder', '业务号').attr('type', 'tel').attr('maxlength', 10); $('input[name=business]').attr('placeholder', '业务号').attr('type', 'tel').attr('maxlength', 10);
$('.page1 .num').html('已有<span class="numbig">' + window.num + '</span>人发起承诺'); $('.page1 .num').html('已有<span class="numbig">' + window.num + '</span>人发起承诺');
......
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