瀏覽代碼

日常开发

林旭祥 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>
 
       <!-- 规则弹窗 -->