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
1484c2a1e9e01a75b4b7342fb7819ccdd91f2be3
Authored by
zhiyangdu
2020-05-06 15:21:45 +0800
1 parent
74e5fced
加上礼物单位件
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/giftGivingItem/giftGivingItem.vue
src/components/giftGivingItem/giftGivingItem.vue
View file @
1484c2a
...
...
@@ -53,7 +53,7 @@
53
53
v-if="item && item.goods && item.goods.num"
54
54
class="btn"
55
55
>
56
- 总数:{{ parseInt(item.goods.num) }}
56
+ 总数:{{ parseInt(item.goods.num) }}
件
57
57
</div>
58
58
</div>
59
59
</div>
...
...