feat(wl): 查看物流包裹名称优化

This commit is contained in:
woody 2025-05-30 09:06:40 +08:00
parent c3f7b0050f
commit 3818465563
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
class="tab-item" class="tab-item"
:class="{ active: isClick === index }" :class="{ active: isClick === index }"
> >
<view class="tab-text">快递包裹{{ index === 0 ? '' : index }}</view> <view class="tab-text">快递包裹{{ index + 1 }}</view>
<view class="tab-underline" :class="{ show: isClick === index }"></view> <view class="tab-underline" :class="{ show: isClick === index }"></view>
</view> </view>
</view> </view>