Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
a62066209016515de6fa9e7a370e5b9930872f68
Authored by
zhiyangdu
2021-03-11 14:00:05 +0800
1 parent
dc9419f9
售罄显示已兑完补货中
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/components/goodsItem_7/goodsItem_7.less
src/components/goodsItem_7/goodsItem_7.vue
src/components/goodsItem_7/goodsItem_7.less
View file @
a620662
...
...
@@ -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
View file @
a620662
...
...
@@ -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积分+现金形式 -->
...
...