From bfd70830b78bc42e0a284baa044efacc29897cd5 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 22:02:46 +0800
Subject: [PATCH] 小程序改bug

---
 small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.wxml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.wxml b/small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.wxml
new file mode 100644
index 0000000..4aea30c
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.wxml
@@ -0,0 +1 @@
+<view class="tabbar-wrapper data-v-48eece8c"><view class="custom-tabbar data-v-48eece8c" style="{{'padding-bottom:'+(safeAreaBottom+'px')+';'}}"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['switchTab',['$0'],[[['tabList','',index]]]]]]]}}" class="tabbar-item data-v-48eece8c" bindtap="__e"><image class="tabbar-icon data-v-48eece8c" src="{{currentIndex===index?item.selectedIconPath:item.iconPath}}" mode="aspectFit"></image><text class="{{['tabbar-text','data-v-48eece8c',(currentIndex===index)?'active':'']}}">{{item.text}}</text></view></block></view><view class="tabbar-placeholder data-v-48eece8c" style="{{'height:'+('100px')+';'}}"></view></view>
\ No newline at end of file

--
Gitblit v1.9.3