Browse Source

日常开发

林旭祥 3 weeks ago
parent
commit
3aa7dbe616
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/game/components/football.vue

+ 1 - 1
src/views/game/components/football.vue

@@ -6,7 +6,7 @@
     <!-- 游戏启动界面 -->
     <div v-if="currentScene === 'start'" class="gamestart">
       <img v-if="currentScene === 'start'" src="/static/images/football/game_start.jpg" class="start_bg" />
-      <div class="btn rule" @click="showRules = true">查看规则</div>
+      <!-- <div class="btn rule" @click="showRules = true">查看规则</div> -->
       <div class="btn start" @click="startGame">踢腿开始游戏</div>
 
       <!-- 规则弹窗 -->