瀏覽代碼

wesmiler ECY 画画交易平台

APPLE 3 年之前
父節點
當前提交
6f0c8858de
共有 1 個文件被更改,包括 1 次插入1 次删除
  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');
         var video = document.getElementById('video');
         video.onclick = function () {
         video.onclick = function () {
             var audio = document.getElementById('audio');
             var audio = document.getElementById('audio');
-            if(this.paused){
+            if(this.paused){ 
                 $(this).attr('controls', true);
                 $(this).attr('controls', true);
                 this.play();
                 this.play();
             }else{
             }else{