fix:修复bug

This commit is contained in:
2025-11-03 14:13:24 +08:00
parent c77e3fa94d
commit eae9d75a6e
6 changed files with 131 additions and 63 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
<!-- 自定义导航栏 -->
<view class="custom-navbar" :style="{ paddingTop: statusBarHeight + 'px' }">
<view class="navbar-content" :style="{ height: navBarHeight + 'px' }">
<text class="navbar-title">{{ $t('home.title') }}</text>
<!-- <text class="navbar-title">{{ $t('home.title') }}</text> -->
<text class="navbar-title">风电者共享风扇</text>
</view>
</view>