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
1c3f2688630be3cc8031532adde2227ee84ea5b4
Authored by
zhiyangdu
2021-03-18 13:48:00 +0800
1 parent
5b48fddd
补货中
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/goodsItem_7/goodsItem_7.vue
src/components/goodsItem_7/goodsItem_7.vue
View file @
1c3f268
...
...
@@ -6,7 +6,7 @@
6
6
7
7
<!-- 补货中按钮 -->
8
8
<div v-if="item && item.stock && item.stock == 0" class="goods_active">
9
-
已兑完,
补货中
9
+
补货中
10
10
</div>
11
11
12
12
<!-- goodType=1为积分商城定义实物商品展示tip积分+现金形式 -->
...
...