Commit 2d666cc4 by doszhang

dos

parent 010bb1c5
...@@ -133,9 +133,10 @@ function audioAutoPlay(id) { ...@@ -133,9 +133,10 @@ function audioAutoPlay(id) {
audio.play(); audio.play();
}, false); }, false);
} else { } else {
alert(3)
document.addEventListener("WeixinJSBridgeReady", function () { document.addEventListener("WeixinJSBridgeReady", function () {
WeixinJSBridge.invoke('getNetworkType', {}, function (e) { WeixinJSBridge.invoke('getNetworkType', {}, function (e) {
alert(4)
audio.play(); audio.play();
}); });
}, false); }, 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