添加全局返回游戏
This commit is contained in:
@@ -7,6 +7,7 @@ import UserHeader from "@/components/UserHeader.vue";
|
||||
import SModal from "@/components/SModal.vue";
|
||||
import Signin from "@/components/Signin.vue";
|
||||
import BubbleTip from "@/components/BubbleTip.vue";
|
||||
import BackToGame from "@/components/BackToGame.vue";
|
||||
import {
|
||||
getAppConfig,
|
||||
getHomeData,
|
||||
@@ -100,6 +101,7 @@ const comingSoon = () => {
|
||||
<Container :isHome="true">
|
||||
<view class="container" :style="{ paddingTop: isIos ? '100rpx' : '70rpx' }">
|
||||
<UserHeader showRank :onSignin="() => (showModal = true)" />
|
||||
<BackToGame />
|
||||
<view :style="{ padding: '12px 10px' }">
|
||||
<view class="feature-grid">
|
||||
<view class="bow-card">
|
||||
|
||||
Reference in New Issue
Block a user