状态修正

This commit is contained in:
syruan 2025-10-14 18:29:53 +08:00
parent 2c9274247f
commit 46c3c234ec
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
<el-col :span="9" class="goods-info">
<div class="img-box">
<img :src="goods.picUrl" alt="" />
<div class="img-mask" v-if="goods.maStatus != 2">
<div class="img-mask" v-if="goods.maStatus != 1">
<span> 装备已下架 </span>
</div>
</div>