update Progress Icons
This commit is contained in:
parent
75a6855b4c
commit
86854e3c71
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@
|
|||
let type = '';
|
||||
switch (this.currentStatus) {
|
||||
case 'wrong':
|
||||
type = 'ios-close';
|
||||
type = 'ios-close-circle';
|
||||
break;
|
||||
case 'success':
|
||||
type = 'ios-checkmark';
|
||||
type = 'ios-checkmark-circle';
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue