This commit is contained in:
xingyy 2023-09-26 18:43:07 +08:00
parent 2ac4c30749
commit d4e1dc0fd3
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<view class="tabbar">
<u-tabbar :border="false" class="tabbar-ios-fix" activeColor='#22bf8e' :value="current?current:0" :fixed="true"
<u-tabbar :safeAreaInsetBottom="true" :placeholder="true" :border="false" class="tabbar-ios-fix" activeColor='#22bf8e' :value="current?current:0" :fixed="true"
@change="handleTabClick">
<u-tabbar-item v-for='(item,index) in tabList' :key="index" :text="item.text">
<image style="width: 52rpx;height: 52rpx;margin-top: 34rpx" slot="inactive-icon" class="u-page__item__slot-icon" :src="item.iconPath">

View File

@ -85,6 +85,7 @@
@confirm="popForward"
></uni-popup-dialog>
</uni-popup>
<div style="width: 100rpx;height: 100rpx;background: red;position: fixed;bottom: 0;z-index: 999"></div>
<tabbar :current="1"></tabbar>
</div>
</template>