From bd3a9d7086f5a428b385599ba2cb08299b22c0df Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 15 九月 2022 09:26:18 +0800
Subject: [PATCH] 2022.9.14

---
 component/switchtab/switchtab.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/component/switchtab/switchtab.wxml b/component/switchtab/switchtab.wxml
index 4baba88..36d92a4 100644
--- a/component/switchtab/switchtab.wxml
+++ b/component/switchtab/switchtab.wxml
@@ -2,7 +2,7 @@
 <view class="swiper-tab">
   <scroll-view class="swiper-tab_view" scroll-into-view="item{{currentTab}}" scroll-x="true" show-scrollbar="true" scroll-with-animation="true">
     <block wx:for="{{tabList}}" wx:key="i">
-      <view id="item{{index}}" class="swiper-tab-list {{currentTab==index ? 'on' : ''}}" data-current="{{index}}" bindtap="swichNav">
+      <view id="item{{index}}" class="swiper-tab-list {{extClass}} {{currentTab==index ? 'on ' + extClassOn : ''}}" data-current="{{index}}" bindtap="swichNav">
         {{item.name}}
         <text wx:if="{{item.tag > 0}}" class="swiper-tab-list__tag">{{item.tag}}</text>
       </view>

--
Gitblit v1.9.3