Commit 43a58bf9 by doszhang

dos

parent af9edd5a
...@@ -124,6 +124,11 @@ $(document).ready(function () { ...@@ -124,6 +124,11 @@ $(document).ready(function () {
$('#music')[0].play(); $('#music')[0].play();
}); });
})(); })();
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