Commit d4b9bfcb by doszhang

dos

parent 2d666cc4
...@@ -137,11 +137,11 @@ function audioAutoPlay(id) { ...@@ -137,11 +137,11 @@ function audioAutoPlay(id) {
document.addEventListener("WeixinJSBridgeReady", function () { document.addEventListener("WeixinJSBridgeReady", function () {
WeixinJSBridge.invoke('getNetworkType', {}, function (e) { WeixinJSBridge.invoke('getNetworkType', {}, function (e) {
alert(4) alert(4)
audio.play(); audio.play;
}); });
}, false); }, false);
} }
audio.play(); audio.play;
return false; return 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