Commit e39e6ab6 authored by dandan's avatar dandan

fix:修复u-image组件的src先传入空值再传入非空值后, 无法触发loading效果的bug

parent b3477740
......@@ -172,6 +172,7 @@ export default {
this.loading = false;
} else {
this.isError = false;
this.loading = true;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment