Commit a62066209016515de6fa9e7a370e5b9930872f68

Authored by zhiyangdu
1 parent dc9419f9

售罄显示已兑完补货中

src/components/goodsItem_7/goodsItem_7.less
... ... @@ -28,8 +28,8 @@
28 28 // 积分商城需要商品是否有货显示补货中
29 29 .goods_active{
30 30 width: 100%;
31   - height: 100%;
32   - border-radius: 26px;
  31 + height: 58px;
  32 + // border-radius: 26px;
33 33 background: rgba(0, 0, 0, 0.5);
34 34 display: flex;
35 35 align-items: center;
... ...
src/components/goodsItem_7/goodsItem_7.vue
... ... @@ -6,7 +6,7 @@
6 6  
7 7 <!-- 补货中按钮 -->
8 8 <div v-if="item.stock && item.stock == 0" class="goods_active">
9   - 已售罄
  9 + 已兑完,补货中
10 10 </div>
11 11  
12 12 <!-- goodType=1为积分商城定义实物商品展示tip积分+现金形式 -->
... ...