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 = '';
|
let type = '';
|
||||||
switch (this.currentStatus) {
|
switch (this.currentStatus) {
|
||||||
case 'wrong':
|
case 'wrong':
|
||||||
type = 'ios-close';
|
type = 'ios-close-circle';
|
||||||
break;
|
break;
|
||||||
case 'success':
|
case 'success':
|
||||||
type = 'ios-checkmark';
|
type = 'ios-checkmark-circle';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue