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.
		
		
		
		
			
				
					42 lines
				
				1.1 KiB
			
		
		
			
		
	
	
					42 lines
				
				1.1 KiB
			| 
											2 years ago
										 | <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="onError" | ||
|  |   bindcontact="onContact" | ||
|  |   bindopensetting="onOpenSetting" | ||
|  |   bindgetuserinfo="onGetUserInfo" | ||
|  |   bindgetphonenumber="onGetPhoneNumber" | ||
|  |   bindlaunchapp="onLaunchApp" | ||
|  | > | ||
|  |   <van-icon | ||
|  |     wx:if="{{ icon }}" | ||
|  |     name="{{ icon }}" | ||
|  |     dot="{{ dot }}" | ||
|  |     info="{{ info }}" | ||
|  |     size="{{ size }}" | ||
|  |     color="{{ color }}" | ||
|  |     class-prefix="{{ classPrefix }}" | ||
|  |     class="van-goods-action-icon__icon" | ||
|  |     custom-class="icon-class" | ||
|  |     info-class="info-class" | ||
|  |   /> | ||
|  |   <view wx:else> | ||
|  |     <slot name="icon" /> | ||
|  |   </view> | ||
|  |   <text class="text-class">{{ text }}</text> | ||
|  | </van-button> |