页面顶部空白调整

This commit is contained in:
2026-07-21 08:07:07 +08:00
parent bc0b0cafd6
commit e1f5130c18
8 changed files with 19 additions and 31 deletions
+2 -8
View File
@@ -210,10 +210,7 @@ export default function MinePage() {
if (!authed) {
return (
<PageShell
variant="tab"
className={`mine-page${process.env.TARO_ENV === 'h5' ? ' h5-no-tab-header' : ''}`}
>
<PageShell variant="tab" className="mine-page no-tab-header">
<TabMainHeader title="我的" />
<View className="mine-header">
<View className="mine-header-texture" />
@@ -250,10 +247,7 @@ export default function MinePage() {
const memberLabel = hasWechat ? '好客会员' : canWxBind ? '微信未授权' : '未授权微信';
return (
<PageShell
variant="tab"
className={`mine-page${process.env.TARO_ENV === 'h5' ? ' h5-no-tab-header' : ''}`}
>
<PageShell variant="tab" className="mine-page no-tab-header">
<TabMainHeader title="我的" />
<View className="mine-header">
<View className="mine-header-texture" />