|
@@ -55,6 +55,7 @@
|
|
class="nav-item tui-skeleton-fillet"
|
|
class="nav-item tui-skeleton-fillet"
|
|
:class="{ current: tabCurrentIndex === 3 }"
|
|
:class="{ current: tabCurrentIndex === 3 }"
|
|
@click="tabClick(3)"
|
|
@click="tabClick(3)"
|
|
|
|
+ v-if="product.archiveId !== 0"
|
|
>
|
|
>
|
|
<text>相关资料</text> <text class="line"></text>
|
|
<text>相关资料</text> <text class="line"></text>
|
|
</view>
|
|
</view>
|