Skip to content

Commit

Permalink
Merge pull request umicro#388 from yatoku/hotfix/image组件loading无效果
Browse files Browse the repository at this point in the history
fix:修复`u-image`组件`loading`无效果的问题
  • Loading branch information
orangepro11 authored Mar 2, 2022
2 parents becc44b + aa860c5 commit a4d295c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uni_modules/uview-ui/components/u-image/u-image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
this.isError = true
} else {
this.isError = false
this.loading = false
this.isError = false;
this.loading = true;
}
}
}
Expand Down

0 comments on commit a4d295c

Please sign in to comment.