林旭祥 hai 3 semanas
pai
achega
3aa7dbe616
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>
 
       <!-- 规则弹窗 -->