Explorar el Código

wesmiler ECY 画画交易平台

APPLE hace 3 años
padre
commit
6f0c8858de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      application/shop/view/index/index.html

+ 1 - 1
application/shop/view/index/index.html

@@ -179,7 +179,7 @@
         var video = document.getElementById('video');
         video.onclick = function () {
             var audio = document.getElementById('audio');
-            if(this.paused){
+            if(this.paused){ 
                 $(this).attr('controls', true);
                 this.play();
             }else{