update Progress Icons

This commit is contained in:
梁灏 2018-06-25 14:06:14 +08:00
parent 75a6855b4c
commit 86854e3c71

View file

@ -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;
} }