Commit dddc5d61 by doszhang

dos

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