Explorar el Código

修复点击bug

laiguoran hace 3 años
padre
commit
28a009eecd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/public/js/stage_bwtz.js

+ 1 - 1
app/public/js/stage_bwtz.js

@@ -155,7 +155,7 @@ $(document).ready(() => {
             }
         }
     });
-    $('a', '.side-menu').bind('click', function (e) {
+    $('a', '.content-wrap .side-menu').bind('click', function (e) {
         e.preventDefault();
         const tab = $(this), tabPanel = $(tab.attr('content'));
         const showSideTools = function (show) {