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
c91d541fbf93dbc247fa711ff58abd03f81efdc2
Authored by
zhiyangdu
2021-03-01 10:45:52 +0800
1 parent
1eb552c3
goodType商品类型判断
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/goodsItem_7/goodsItem_7.vue
src/components/goodsItem_7/goodsItem_7.vue
View file @
c91d541
...
...
@@ -7,6 +7,7 @@
7
7
<div v-if="item.stock && item.stock == 0" class="goods_active">
8
8
已售罄
9
9
</div>
10
+ <!-- goodType=1为积分商城定义实物商品展示tip积分+现金形式 -->
10
11
<div v-if="goodType == 1" class="goods_tip">
11
12
积分+现金
12
13
</div>
...
...