Explorar el Código

wesmiler ECY 画画交易平台

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

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

@@ -141,10 +141,9 @@
             $("#app").hide();
             $("#app").hide();
             $("#bg").show();
             $("#bg").show();
             $("#entry").show();
             $("#entry").show();
-            // guiRun();
         }else{
         }else{
+            $("#app").show();
             switchVoice();
             switchVoice();
-            //$(".p5Canvas").hide();
         }
         }
 
 
         // 按钮效果
         // 按钮效果
@@ -181,13 +180,11 @@
             audio.play();
             audio.play();
             $("#open").show();
             $("#open").show();
             $("#close").hide();
             $("#close").hide();
-            $(".p5Canvas").hide();
         } else {
         } else {
             $(audio).removeAttr('controls');
             $(audio).removeAttr('controls');
             audio.pause();
             audio.pause();
             $("#open").hide();
             $("#open").hide();
             $("#close").show();
             $("#close").show();
-            $(".p5Canvas").show();
         }
         }
     }
     }