Skip to content

Commit

Permalink
fix: 🐛 修复 Tabs 组件导航地图标题不生效的问题 (#869)
Browse files Browse the repository at this point in the history
  • Loading branch information
YILS-LIN authored Jan 25, 2025
1 parent fb980e7 commit ccf976a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</view>
</view>
<view class="wd-tabs__map-header" :style="`${state.mapShow ? '' : 'display:none;'} ${state.animating ? 'opacity:1;' : ''}`">
{{ translate('all') }}
{{ mapTitle || translate('all') }}
</view>
<view :class="`wd-tabs__map-body ${state.animating ? 'is-open' : ''}`" :style="state.mapShow ? '' : 'display:none'">
<view class="wd-tabs__map-nav-item" v-for="(item, index) in children" :key="index" @click="handleSelect(index)">
Expand Down

0 comments on commit ccf976a

Please sign in to comment.