feat(wl): 查看物流包裹名称优化
This commit is contained in:
parent
c3f7b0050f
commit
3818465563
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue