comment 7.24

This commit is contained in:
2020-07-24 20:35:28 +08:00
parent dd71a0f32a
commit 5abb3f2496
5 changed files with 32 additions and 28 deletions

View File

@@ -35,7 +35,7 @@ export default {
props: ['recommendData', 'type'],
created() {
this.info = this.recommendData;
console.log(this.recommendData);
// console.log(this.recommendData);
},
methods: {
toDetailsPage() {