This commit is contained in:
yumoqing 2024-08-20 14:21:56 +08:00
parent 85594c431d
commit 54474782b5

View File

@ -93,7 +93,7 @@ bricks.StatedIcon = class extends bricks.Icon {
this.states.forEach(s => {
if(s.state == this.state){
this.url = s.url
super().options_parse();
super.options_parse();
}
});
}