You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							9 lines
						
					
					
						
							499 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							9 lines
						
					
					
						
							499 B
						
					
					
				
								<view style="display:{{displayStyle}};" class="wx_loading_view {{extClass}}" animation="{{animationData}}" id="wx_loading_view">
							 | 
						|
								    <view wx:if="{{type==='dot-white'}}" class="loading wx_dot_loading wx_dot_loading_white">
							 | 
						|
								    </view>
							 | 
						|
								    <view wx:elif="{{type==='dot-gray'}}" class="loading wx_dot_loading"></view>
							 | 
						|
								    <view wx:elif="{{type==='circle'}}" class="weui-loadmore">
							 | 
						|
								        <view class="weui-loading"></view>
							 | 
						|
								        <view class="weui-loadmore__tips">{{tips}}</view>
							 | 
						|
								    </view>
							 | 
						|
								</view>
							 |