소스 검색

日常开发

林旭祥 3 주 전
부모
커밋
3aa7dbe616
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>
 
       <!-- 规则弹窗 -->