Commit 2d666cc4 by doszhang

dos

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