mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
7d0feac93a
commit
2a456cd66c
@ -6,7 +6,7 @@
|
|||||||
hover-class="van-button--active hover-class"
|
hover-class="van-button--active hover-class"
|
||||||
lang="{{ lang }}"
|
lang="{{ lang }}"
|
||||||
style="{{ baseStyle }} {{ customStyle }}"
|
style="{{ baseStyle }} {{ customStyle }}"
|
||||||
open-type="{{ openType }}"
|
open-type="{{ disabled ? '' : openType }}"
|
||||||
business-id="{{ businessId }}"
|
business-id="{{ businessId }}"
|
||||||
session-from="{{ sessionFrom }}"
|
session-from="{{ sessionFrom }}"
|
||||||
send-message-title="{{ sendMessageTitle }}"
|
send-message-title="{{ sendMessageTitle }}"
|
||||||
@ -16,12 +16,12 @@
|
|||||||
app-parameter="{{ appParameter }}"
|
app-parameter="{{ appParameter }}"
|
||||||
aria-label="{{ ariaLabel }}"
|
aria-label="{{ ariaLabel }}"
|
||||||
bindtap="{{ !disabled ? 'onClick' : 'noop' }}"
|
bindtap="{{ !disabled ? 'onClick' : 'noop' }}"
|
||||||
bindgetuserinfo="{{ !disabled ? 'bindGetUserInfo' : 'noop' }}"
|
bindgetuserinfo="bindGetUserInfo"
|
||||||
bindcontact="{{ !disabled ? 'bindContact' : 'noop' }}"
|
bindcontact="bindContact"
|
||||||
bindgetphonenumber="{{ !disabled ? 'bindGetPhoneNumber' : 'noop' }}"
|
bindgetphonenumber="bindGetPhoneNumber"
|
||||||
binderror="{{ !disabled ? 'bindError' : 'noop' }}"
|
binderror="bindError"
|
||||||
bindlaunchapp="{{ !disabled ? 'bindLaunchApp' : 'noop' }}"
|
bindlaunchapp="bindLaunchApp"
|
||||||
bindopensetting="{{ !disabled ? 'bindOpenSetting' : 'noop' }}"
|
bindopensetting="bindOpenSetting"
|
||||||
>
|
>
|
||||||
<block wx:if="{{ loading }}">
|
<block wx:if="{{ loading }}">
|
||||||
<van-loading
|
<van-loading
|
||||||
|
Loading…
x
Reference in New Issue
Block a user