|
@@ -44,7 +44,10 @@
|
|
|
</view>
|
|
|
<view class="goods-info">
|
|
|
<view class="goods-imgs">
|
|
|
- <view v-if="good.goods.inventoryQty==0" class="goods-staus">已售罄</view>
|
|
|
+ <view v-if="good.goods.inventoryQty==0||good.goods.state == 0" class="goods-staus">
|
|
|
+ <text v-if="good.goods.inventoryQty==0">已售罄</text>
|
|
|
+ <text v-if="good.goods.state == 0">已下架</text>
|
|
|
+ </view>
|
|
|
<u-image border-radius="12" width="158rpx" height="140rpx" :src="good.goods.homeImage"></u-image>
|
|
|
</view>
|
|
|
<view class="goods-text">
|