公告板
版本库
filestore
活动
搜索
登录
main
/
qyjz_applet
青阳经侦小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改首页
odc.xiaohui
2023-04-07
f693c859cdaf607c2a146ef89a7a2ce0d9476d1a
[qyjz_applet.git]
/
miniprogram
/
miniprogram_npm
/
@vant
/
weapp
/
tabbar
/
index.wxml
1
2
3
4
5
6
7
8
9
10
<wxs src="../wxs/utils.wxs" module="utils" />
<view
class="{{ border ? 'van-hairline--top-bottom' : '' }} {{ utils.bem('tabbar', { fixed, safe: safeAreaInsetBottom }) }} custom-class"
style="{{ zIndex ? 'z-index: ' + zIndex : '' }}"
>
<slot />
</view>
<view wx:if="{{ fixed && placeholder }}" style="height: {{ height }}px;"></view>