Browse Source

fix:修改游戏页面得显示

aamin 1 năm trước cách đây
mục cha
commit
50c2ea2c43
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/MoreContent.vue

+ 1 - 1
src/views/MoreContent.vue

@@ -346,7 +346,7 @@
     </Transition>
     <!-- 游戏页面 -->
     <div
-      v-if="true"
+      v-if="isShowGamePage"
       class="game-box"
     >
       <iframe :src="`./game/index.html`" />