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
fdc374ee354f1cdcb72fe349a06f0c3e0ce479f9
Authored by
zhiyangdu
2020-04-17 11:26:35 +0800
1 parent
380793a3
删除注释
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/goodsItem_4/goodsItem_4.vue
src/components/goodsItem_4/goodsItem_4.vue
View file @
fdc374e
...
...
@@ -30,7 +30,7 @@
30
30
},
31
31
props: ["item"],
32
32
created(){
33
-
console.log(this.item)
33
+
//
console.log(this.item)
34
34
},
35
35
methods: {
36
36
...
...