2020-02-14 23:10:24 +08:00

1 line
1.9 KiB
Plaintext

<button class="sc-class sc-button {{flat ? 'sc-button-flat' : ''}} {{raised? 'box-shadow-3' : ''}} {{fab ? 'sc-btn-fab' : ''}} {{size === 'small'? 'sc-btn-small' : ''}} {{size === 'large'? 'sc-btn-large' : ''}}" capture-bind:tap="{{ripple ? '_tap' : ''}}" capture-bind:longpress="{{ripple ? '_longPress' : ''}}" capture-bind:touchend="{{ripple ? '_touchEnd' : ''}}" bind:getuserinfo="{{openType === 'getUserInfo' ? '_returnEventData' : '' }}" bind:getphonenumber="{{openType === 'getphonenumber' ? '_returnEventData' : '' }}" bind:error="{{openType === 'launchApp' ? '_returnEventData' : '' }}" bind:contact="{{openType === 'contact' ? '_returnEventData' : '' }}" open-type="{{openType || ''}}" plain="{{plain || ''}}" disabled="{{disabled}}" loading="{{loading}}" hover-class="{{hoverClass ? hoverClass : raised ? 'box-shadow-9' : ''}}" hover-stop-propagation="{{hoverStopPropagation || ''}}" hover-start-time="{{hoverStartTime || ''}}" hover-stay-time="{{hoverStayTime || ''}}" app-parameter="{{openType == 'launchApp' && appParameter ? appParameter : ''}}" session-from="{{openType == 'contact' && sessionFrom ? sessionFrom : ''}}" session-message-title="{{openType == 'contact' && sendMessageTitle ? sendMessageTitle : ''}}" session-message-path="{{openType == 'contact' && sendMessagePath ? sendMessagePath : ''}}" session-message-img="{{openType == 'contact' && sendMessageImg ? sendMessageImg : ''}}" session-message-card="{{openType == 'contact' && sendMessageCard ? sendMessageCard : ''}}"><slot></slot><view wx:for="{{rippleList}}" wx:key="rippleId" id="{{item.rippleId}}" style="width:{{item.width}}px;height:{{item.height}}px;left:{{item.left}}px;top:{{item.top}}px;background-color: {{item.backgroundColor}}" class="sc-ripple-class sc-ripple {{item.startAnimate ? item.holdAnimate ? 'sc-ripple-animation-slow-hold' :'sc-ripple-animation-slow' : ''}}" bind:animationend="{{item.holdAnimate ? null : '_rippleAnimationEnd'}}"></view></button>