|
@@ -19,7 +19,7 @@
|
|
<img class="inset" src="../image/question/inset.png" alt="inset">
|
|
<img class="inset" src="../image/question/inset.png" alt="inset">
|
|
<img class="bottom" src="../image/question/bottom.png" alt="bottom">
|
|
<img class="bottom" src="../image/question/bottom.png" alt="bottom">
|
|
<!--需要点击播放-->
|
|
<!--需要点击播放-->
|
|
- <audio id="audio" src="" autoplay="autoplay">
|
|
|
|
|
|
+ <audio id="audio" src="" >
|
|
您的浏览器不支持 audio 标签。
|
|
您的浏览器不支持 audio 标签。
|
|
</audio>
|
|
</audio>
|
|
<div class="question-box"></div>
|
|
<div class="question-box"></div>
|
|
@@ -212,18 +212,16 @@ window.onload=function(){
|
|
};
|
|
};
|
|
}
|
|
}
|
|
// 解决苹果不能播放
|
|
// 解决苹果不能播放
|
|
- function audioAutoPlay(id){
|
|
|
|
- var audio = document.getElementById(id);
|
|
|
|
- document.addEventListener("WeixinJSBridgeReady", function () {
|
|
|
|
- audio.play();
|
|
|
|
- }, false);
|
|
|
|
-
|
|
|
|
- play = function(){
|
|
|
|
- audio.load();
|
|
|
|
- audio.play();
|
|
|
|
- };
|
|
|
|
- $('.audiobtn').on("click",play);
|
|
|
|
- }
|
|
|
|
|
|
+ function audioAutoPlay(id){
|
|
|
|
+ var audio = document.getElementById(id);
|
|
|
|
+ audio.play();
|
|
|
|
+ document.addEventListener("WeixinJSBridgeReady", function () {
|
|
|
|
+ audio.play();
|
|
|
|
+ }, false);
|
|
|
|
+ document.addEventListener('YixinJSBridgeReady', function() {
|
|
|
|
+ audio.play();
|
|
|
|
+ }, false);
|
|
|
|
+ }
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|
|
</html>
|
|
</html>
|