uView版本升级到2.0.34

This commit is contained in:
sfmind
2022-11-19 20:38:24 +08:00
parent 5934d6b029
commit fb097f7a5b
48 changed files with 485 additions and 413 deletions

View File

@ -161,10 +161,10 @@
this.$emit('error', err)
},
// 图片加载完成标记loading结束
onLoadHandler() {
onLoadHandler(event) {
this.loading = false
this.isError = false
this.$emit('load')
this.$emit('load', event)
this.removeBgColor()
// 如果不需要动画效果,就不执行下方代码,同时移除加载时的背景颜色
// 否则无需fade效果时png图片依然能看到下方的背景色