modified code
This commit is contained in:
parent
08516b73ba
commit
a50efc5181
@ -65,8 +65,10 @@
|
|||||||
this.song_style = "isActivate";
|
this.song_style = "isActivate";
|
||||||
this.state.search = "songs";
|
this.state.search = "songs";
|
||||||
}
|
}
|
||||||
if(old_search != this.state.search){this.list();}
|
if(old_search != this.state.search) {
|
||||||
this.update();
|
this.list();
|
||||||
|
}
|
||||||
|
this.update();
|
||||||
},
|
},
|
||||||
async list(){
|
async list(){
|
||||||
this.state = {
|
this.state = {
|
||||||
|
Loading…
Reference in New Issue
Block a user