Commit a34fad64b06eb69ab9801c748b44225835a1319d

Authored by ykxie
1 parent 796fd09d

add menu route style

Showing 1 changed file with 1 additions and 1 deletions
src/js/player.js
... ... @@ -38,7 +38,7 @@ $(function(){
38 38 })
39 39  
40 40 $('.m-menu').on('click', function(){
41   -
  41 + alert("status--------" + status)
42 42 if (status) {
43 43 $('.m-dir-wrap').show();
44 44 status = false;
... ...