|
|
@@ -24,9 +24,9 @@
|
|
|
<view class="goods-list-top" @click="edit(goodsItem.id)">
|
|
|
<view class="img-blo">
|
|
|
|
|
|
- <view v-if="goodsItem.status == 0" class="sold-out">
|
|
|
- <view class="sold-out-xj">已下架</view>
|
|
|
- </view>
|
|
|
+ <view v-if="goodsItem.status == 0" class="sold-out">
|
|
|
+ <view class="sold-out-xj">已下架</view>
|
|
|
+ </view>
|
|
|
|
|
|
<img :src="goodsItem.smallCover" mode="aspectFit" />
|
|
|
</view>
|
|
|
@@ -219,9 +219,10 @@ page {
|
|
|
left: 0;
|
|
|
z-index: 10;
|
|
|
background-color: #f0f2f6;
|
|
|
+ padding-bottom:120upx;
|
|
|
.tab-bar-item {
|
|
|
width: 200upx;
|
|
|
- height: 110upx;
|
|
|
+ height: 100upx;
|
|
|
box-sizing: border-box;
|
|
|
display: flex;
|
|
|
align-items: center;
|