From 8a899e63502939dbf034b90ba46741e0faa9023c Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 08 五月 2026 18:49:32 +0800
Subject: [PATCH] 管理端bug修改

---
 small-program/unpackage/dist/dev/mp-weixin/components/custom-tabbar/custom-tabbar.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 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
index 4aea30c..a46e72f 100644
--- 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
@@ -1 +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
+<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><auth-login vue-id="d4ea00e8-1" show="{{showLogin}}" data-event-opts="{{[['^close',[['e0']]]]}}" bind:close="__e" class="data-v-48eece8c" bind:__l="__l"></auth-login></view>
\ No newline at end of file

--
Gitblit v1.9.3