| | |
| | | <wxs src="../common/utils.wxs" module="_" /> |
| | | |
| | | <button |
| | | id="{{tId}}" |
| | | style="{{_._style([style, customStyle])}}" |
| | | data-custom="{{ customDataset }}" |
| | | class="class {{className}}" |
| | |
| | | bind:opensetting="opensetting" |
| | | bind:launchapp="launchapp" |
| | | bind:chooseavatar="chooseavatar" |
| | | bind:agreeprivacyauthorization="agreeprivacyauthorization" |
| | | aria-label="{{ariaLabel}}" |
| | | > |
| | | <template |
| | |
| | | /> |
| | | <view class="{{classPrefix}}__content"> |
| | | <slot name="content" /> |
| | | <block>{{content}}</block> |
| | | <block wx:if="{{content}}">{{content}}</block> |
| | | <slot /> |
| | | </view> |
| | | <slot name="suffix" /> |