Commit d399dc4b by zhangheng

y

parent 55a2af00
......@@ -49,7 +49,7 @@
</style>
</head>
<body>
<audio id="b-j" src="__CDN__/audio/b-j.mp3" preload="auto" loop="loop"></audio>
<audio id="mp3-bj" src="__CDN__/audio/b-j.mp3" preload="auto" loop="loop"></audio>
<div id="container">
<div class="page-loading" style="display: block">
<img class="x-h" src="__CDN__/images/x-h.png">
......
......@@ -125,10 +125,10 @@ $(document).ready(function () {
$('.c-d').on('click',function () {
if($(this).hasClass('rotate-sate')){
$('.c-d').removeClass('rotate-sate')
document.getElementById('b-j').pause();
document.getElementById('mp3-bj').pause();
}else {
$('.c-d').addClass('rotate-sate')
document.getElementById('b-j').play();
document.getElementById('mp3-bj').play();
}
});
$('input').on('blur',function(){
......@@ -388,7 +388,7 @@ function mergeImage_two(url) {
window.wx && wx.ready(function () {
$('.c-d').addClass('rotate-sate')
document.getElementById('b-j').play();
document.getElementById('mp3-bj').play();
var base = location.origin;
var wxFriendData = {
'link': base,
......
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