index.axml 1.0 KB

12345678910
  1. <view class='goods-action-icon-index {{className}}' style='{{style}}' ref='saveChildRef0'>
  2. <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 }}' onClick='onClick' onError='bindError' onContact='bindContact' onOpensetting='bindOpenSetting' onGetuserinfo='bindGetUserInfo' onGetphonenumber='bindGetPhoneNumber' onLaunchapp='bindLaunchApp' ref='saveChildRef1'>
  3. <van-icon a:if='{{ icon }}' name='{{ icon }}' dot='{{ dot }}' info='{{ info }}' class='van-goods-action-icon__icon' custom-class='{{iconClass}}' ref='saveChildRef2'>
  4. </van-icon>
  5. <slot a:else name='icon'>
  6. </slot>
  7. <text class='{{textClass}}'>
  8. {{ text }} </text>
  9. </van-button>
  10. </view>