update Steps Icon

This commit is contained in:
梁灏 2018-06-25 14:46:17 +08:00
parent 1c871a3597
commit 185df4fa69

View file

@ -69,9 +69,9 @@
icon = this.icon;
} else {
if (this.currentStatus == 'finish') {
icon = 'ios-checkmark-empty';
icon = 'ios-checkmark';
} else if (this.currentStatus == 'error') {
icon = 'ios-close-empty';
icon = 'ios-close';
}
}