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
f2af823219516a030d0cffae2934dd4e5409a379
Authored by
zhiyangdu
2020-04-01 11:59:59 +0800
1 parent
2c9297e6
商品标题字段取错问题
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/goodsItem_2/goodsItem_2.vue
src/components/goodsItem_2/goodsItem_2.vue
View file @
f2af823
...
...
@@ -13,7 +13,7 @@
13
13
<div class="price">{{item.price}}</div>
14
14
</div>
15
15
<div class="ads" v-if="pid == '2'">
16
- {{item.
ads
|| ""}}
16
+ {{item.
title
|| ""}}
17
17
</div>
18
18
</div>
19
19
</div>
...
...