pet/wxAPP/Component/singleToastBox/singleToastBox.wxml

13 lines
537 B
Plaintext

<cover-view style='height:{{windowHeight}}px' class='shade' hidden='{{hidden}}'>
<cover-view class='toast'>
<cover-view class='title'>
{{title}}
</cover-view>
<cover-view class='content'>
{{content}}
</cover-view>
<cover-view slot='button' class='button_box'>
<button catchtap='toastConfirm' open-type='{{openType}}' bindopensetting='openSetting' bindgetuserinfo='getUserInfo' data-event='{{bindEvent}}' class='confirm_btn'>{{toastConfirm}}</button>
</cover-view>
</cover-view>
</cover-view>