fix: share content

This commit is contained in:
zzc
2026-02-05 14:12:52 +08:00
parent 239db8e609
commit cc8fcf802f
2 changed files with 4 additions and 8 deletions

View File

@@ -41,7 +41,7 @@
</view>
<!-- VIP Banner -->
<view class="vip-banner" @tap="navTo('vip')">
<view v-if="!isIos" class="vip-banner" @tap="navTo('vip')">
<view class="vip-left">
<view class="vip-icon-box">
<uni-icons type="vip-filled" size="32" color="#5d4037" />
@@ -158,6 +158,8 @@ const userInfo = computed(() => ({
const isLoggedIn = computed(() => !!userStore.userInfo.nickName);
const isIos = computed(() => uni.getSystemInfoSync().osName === "ios");
onMounted(() => {
const sysInfo = uni.getSystemInfoSync();
navBarTop.value = sysInfo.statusBarHeight;