Browse Source

fix: button displaying without background music

chenlei 5 months ago
parent
commit
493c591cfe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/index/views/home/components/menu/index.tsx

+ 1 - 1
src/index/views/home/components/menu/index.tsx

@@ -61,7 +61,7 @@ export default defineComponent({
           </div>
         </div>
         <div class="pinBottom right">
-          <div id="volume" class="ui-icon wide">
+          <div id="volume" class="ui-icon wide" style="display: none">
             <a>
               <img
                 src="images/Volume btn_on.png"