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.
		
		
		
		
		
			
		
			
				
					
					
						
							35 lines
						
					
					
						
							962 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							35 lines
						
					
					
						
							962 B
						
					
					
				
								<van-button
							 | 
						|
								  square
							 | 
						|
								  id="{{ id }}"
							 | 
						|
								  size="large"
							 | 
						|
								  lang="{{ lang }}"
							 | 
						|
								  loading="{{ loading }}"
							 | 
						|
								  disabled="{{ disabled }}"
							 | 
						|
								  open-type="{{ openType }}"
							 | 
						|
								  business-id="{{ businessId }}"
							 | 
						|
								  custom-class="van-goods-action-icon"
							 | 
						|
								  session-from="{{ sessionFrom }}"
							 | 
						|
								  app-parameter="{{ appParameter }}"
							 | 
						|
								  send-message-img="{{ sendMessageImg }}"
							 | 
						|
								  send-message-path="{{ sendMessagePath }}"
							 | 
						|
								  show-message-card="{{ showMessageCard }}"
							 | 
						|
								  send-message-title="{{ sendMessageTitle }}"
							 | 
						|
								  bind:click="onClick"
							 | 
						|
								  binderror="bindError"
							 | 
						|
								  bindcontact="bindContact"
							 | 
						|
								  bindopensetting="bindOpenSetting"
							 | 
						|
								  bindgetuserinfo="bindGetUserInfo"
							 | 
						|
								  bindgetphonenumber="bindGetPhoneNumber"
							 | 
						|
								  bindlaunchapp="bindLaunchApp"
							 | 
						|
								>
							 | 
						|
								  <van-icon
							 | 
						|
								    wx:if="{{ icon }}"
							 | 
						|
								    name="{{ icon }}"
							 | 
						|
								    dot="{{ dot }}"
							 | 
						|
								    info="{{ info }}"
							 | 
						|
								    class="van-goods-action-icon__icon"
							 | 
						|
								    custom-class="icon-class"
							 | 
						|
								  />
							 | 
						|
								  <slot wx:else name="icon" />
							 | 
						|
								  <text class="text-class">{{ text }}</text>
							 | 
						|
								</van-button>
							 |