@@ -135,7 +135,7 @@
class="card card-hot"
:style="{
order: index < 1 ? index + 1 : index + 2,
- display: item.name === '新手引导' ? 'none' : 'block'
+ display: item.name === '新手引导' || item.name === '下载绿洲元宇宙' ? 'none' : 'block'
}"
v-if="!$store.state.review || item.name !== '版权保护市场'"
@click="goNext(item)"
@@ -9,7 +9,7 @@
<iframe
class="game"
ref="game"
- src="https://test.raex.vip/static/web-mobile/index.html"
+ src="https://www.raex.vip/static/web-mobile/index.html"
frameborder="0"
id="game"
></iframe>