1.app.json配置tabBar,并且custom:true
2.与pages文件夹同级新建custom-tab-bar文件夹,名字一定不能错
3.
custom-tab-bar/index.wxml
注意路径:data-path="{ {'/'+item.pagePath}}",
<!--custom-tab-bar/custom-tab-bar.wxml-->
<view class="tab-bar">
<view class="tab-bar-border"></view>
<view wx:for="{
{list}}" wx:key="index" class="tab-bar-item" data-path="{
{'/'+item.pagePath}}" data-index="{
{index}}" bindtap="switchTab">
<image src="{
{selected === index ? item.selec