Commit dddc5d61 by doszhang

dos

parent a83f5165
...@@ -122,14 +122,12 @@ $(document).ready(function () { ...@@ -122,14 +122,12 @@ $(document).ready(function () {
EventUtil.addHandler(window, "pageshow", function (event) { EventUtil.addHandler(window, "pageshow", function (event) {
$('#music')[0].play(); $('#music')[0].play();
setTimeout(function () {
alert($('#music')[0].paused); alert($('#music')[0].paused);
}, 100)
}); });
})(); })();
document.addEventListener('WeixinJSBridgeReady', function () {
alert('wx');
$('#music')[0].play();
})
for (let i = 0; i < 21; i++) { for (let i = 0; i < 21; i++) {
$('.read' + i).hide(); $('.read' + i).hide();
} }
......
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