@@ -102,12 +102,6 @@ export default {
nowChoose: []
};
},
- mounted() {
- setTimeout(() => {
- console.log(this.detailsList);
- console.log(this.cardList);
- }, 2000);
- },
methods: {
init() {
this.nowChoose = [...this.chooseIds];