24 lines
729 B
Plaintext
24 lines
729 B
Plaintext
<view class="preview-footer-actions">
|
|
<view class="preview-footer-actions__bar">
|
|
<toy-button
|
|
class="preview-footer-actions__secondary"
|
|
type="secondary"
|
|
icon="line-share"
|
|
icon-size="40rpx"
|
|
open-type="{{ shareOpenType }}"
|
|
bind:click="onSecondaryTap">
|
|
{{ secondaryText }}
|
|
</toy-button>
|
|
<toy-button
|
|
class="preview-footer-actions__primary"
|
|
type="primary"
|
|
icon="download"
|
|
icon-size="40rpx"
|
|
disabled="{{ disabled }}"
|
|
loading="{{ loading }}"
|
|
bind:click="onPrimaryTap">
|
|
{{ primaryText }}
|
|
</toy-button>
|
|
</view>
|
|
</view>
|