added logs
This commit is contained in:
parent
d98fada3d4
commit
d3c7ba896e
@ -63,10 +63,11 @@
|
|||||||
this.song_style = "isActivate";
|
this.song_style = "isActivate";
|
||||||
this.state.search = "songs";
|
this.state.search = "songs";
|
||||||
}
|
}
|
||||||
this.fetchData()
|
this.fetchData(e)
|
||||||
this.update();
|
this.update();
|
||||||
},
|
},
|
||||||
async fetchData(){
|
async fetchData(event){
|
||||||
|
event.preventDefault();
|
||||||
let data = await this.execQuery();
|
let data = await this.execQuery();
|
||||||
console.log(this.state.search);
|
console.log(this.state.search);
|
||||||
console.log(data.results);
|
console.log(data.results);
|
||||||
@ -86,6 +87,7 @@
|
|||||||
this.artist_style = "isDeactivate";
|
this.artist_style = "isDeactivate";
|
||||||
this.song_style = "isDeactivate";
|
this.song_style = "isDeactivate";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
Reference in New Issue
Block a user