File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
loading/__test__/__snapshots__ Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4141 </view>
4242 </view>
4343</view>
44- <view wx:if="{{wrapperShow && mask}}" class="weui-mask {{innerShow ? 'weui-animate-fade-in' : 'weui-animate-fade-out' }}" style="z-index:900" bindtap="close" data-type="close" aria-role="button " aria-label="关闭 "></view>
44+ <view wx:if="{{wrapperShow && mask}}" class="weui-mask {{innerShow ? 'weui-animate-fade-in' : 'weui-animate-fade-out' }}" style="z-index:900" bindtap="close" data-type="close" aria-role="mask " aria-label="蒙层 "></view>
4545</root-portal>
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ exports[`loading basic 1`] = `
1010 <wx-view
1111 class = " weui-loadmore"
1212 >
13- <wx-view
14- class = " weui-loading"
13+ <wx-image
14+ class = " weui-loading-animation"
15+ src = " ./loading-icon.svg"
1516 />
1617 <wx-view
1718 class = " weui-loadmore__tips"
You can’t perform that action at this time.
0 commit comments