Skip to content

Commit

Permalink
refactor(icon): use view instead of icon
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture authored May 6, 2019
1 parent 4a66f28 commit af7a85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
style="{{height?'height:'+height:''}}"
data-type="thumb"
/>
<icon class="Img-loading" wx:if="{{!(imgLoaded)}}"/>
<view class="Img-loading" wx:if="{{!(imgLoaded)}}"/>

0 comments on commit af7a85e

Please sign in to comment.