feat(wl): 查看物流包裹名称优化
This commit is contained in:
parent
4540244519
commit
54bf731dcc
|
@ -9,7 +9,7 @@
|
|||
class="tab-item"
|
||||
: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>
|
||||
</view>
|
||||
|
|
Loading…
Reference in New Issue