Commit 302d1dd6 by doszhang

dos

parent 676a4290
......@@ -127,8 +127,8 @@ $(document).ready(function () {
function audioAutoPlay(id) {
var audio = document.getElementById(id);
alert(2)
if (window.WeixinJSBridge) {
alert(3)
WeixinJSBridge.invoke('getNetworkType', {}, function (e) {
audio.play();
}, false);
......
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