index.wxml 872 B

1234567891011121314151617181920212223242526272829
  1. <wxs src="../wxs/utils.wxs" module="utils" />
  2. <van-button
  3. square
  4. id="{{ id }}"
  5. size="large"
  6. lang="{{ lang }}"
  7. type="{{ type }}"
  8. color="{{ color }}"
  9. loading="{{ loading }}"
  10. disabled="{{ disabled }}"
  11. open-type="{{ openType }}"
  12. custom-class="{{ utils.bem('goods-action-button', [type, { first: isFirst, last: isLast }]) }}"
  13. business-id="{{ businessId }}"
  14. session-from="{{ sessionFrom }}"
  15. app-parameter="{{ appParameter }}"
  16. send-message-img="{{ sendMessageImg }}"
  17. send-message-path="{{ sendMessagePath }}"
  18. show-message-card="{{ showMessageCard }}"
  19. send-message-title="{{ sendMessageTitle }}"
  20. bind:click="onClick"
  21. binderror="bindError"
  22. bindcontact="bindContact"
  23. bindopensetting="bindOpenSetting"
  24. bindgetuserinfo="bindGetUserInfo"
  25. bindgetphonenumber="bindGetPhoneNumber"
  26. bindlaunchapp="bindLaunchApp"
  27. >
  28. {{ text }}
  29. </van-button>