修改只在首页和排位赛显示顶部返回游戏
This commit is contained in:
@@ -98,7 +98,7 @@ const comingSoon = () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Container :isHome="true">
|
||||
<Container :isHome="true" :showBackToGame="true">
|
||||
<view class="container" :style="{ paddingTop: isIos ? '100rpx' : '70rpx' }">
|
||||
<UserHeader showRank :onSignin="() => (showModal = true)" />
|
||||
<BackToGame />
|
||||
|
||||
Reference in New Issue
Block a user