fix avatar component bug

This commit is contained in:
Pan
2017-06-13 11:04:54 +08:00
parent 4fc649e828
commit dd73827112
2 changed files with 7 additions and 1 deletions

View File

@@ -328,6 +328,7 @@
// 关闭控件
off() {
this.show = false;
this.$emit('close');
},
// 设置步骤
setStep(step) {