mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
fix(Dialog、goods-action-button): fix getRealTimePhoneNumber callback (#5633)
This commit is contained in:
parent
1d0600cece
commit
864a890e83
@ -57,6 +57,7 @@
|
|||||||
show-message-card="{{ showMessageCard }}"
|
show-message-card="{{ showMessageCard }}"
|
||||||
app-parameter="{{ appParameter }}"
|
app-parameter="{{ appParameter }}"
|
||||||
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
||||||
|
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:click="onConfirm"
|
bind:click="onConfirm"
|
||||||
bindgetuserinfo="onGetUserInfo"
|
bindgetuserinfo="onGetUserInfo"
|
||||||
bindcontact="onContact"
|
bindcontact="onContact"
|
||||||
@ -107,6 +108,7 @@
|
|||||||
show-message-card="{{ showMessageCard }}"
|
show-message-card="{{ showMessageCard }}"
|
||||||
app-parameter="{{ appParameter }}"
|
app-parameter="{{ appParameter }}"
|
||||||
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
||||||
|
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:click="onConfirm"
|
bind:click="onConfirm"
|
||||||
bindgetuserinfo="onGetUserInfo"
|
bindgetuserinfo="onGetUserInfo"
|
||||||
bindcontact="onContact"
|
bindcontact="onContact"
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
bindopensetting="onOpenSetting"
|
bindopensetting="onOpenSetting"
|
||||||
bindgetuserinfo="onGetUserInfo"
|
bindgetuserinfo="onGetUserInfo"
|
||||||
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
||||||
|
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bindgetphonenumber="onGetPhoneNumber"
|
bindgetphonenumber="onGetPhoneNumber"
|
||||||
bindlaunchapp="onLaunchApp"
|
bindlaunchapp="onLaunchApp"
|
||||||
>
|
>
|
||||||
|
@ -161,6 +161,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
bind:click="onClick"
|
bind:click="onClick"
|
||||||
bind:contact="onContact"
|
bind:contact="onContact"
|
||||||
bind:error="onError"
|
bind:error="onError"
|
||||||
|
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:getphonenumber="onGetPhoneNumber"
|
bind:getphonenumber="onGetPhoneNumber"
|
||||||
bind:getuserinfo="onGetUserInfo"
|
bind:getuserinfo="onGetUserInfo"
|
||||||
bind:launchapp="onLaunchApp"
|
bind:launchapp="onLaunchApp"
|
||||||
@ -214,6 +215,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
bind:click="onClick"
|
bind:click="onClick"
|
||||||
bind:contact="onContact"
|
bind:contact="onContact"
|
||||||
bind:error="onError"
|
bind:error="onError"
|
||||||
|
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:getphonenumber="onGetPhoneNumber"
|
bind:getphonenumber="onGetPhoneNumber"
|
||||||
bind:getuserinfo="onGetUserInfo"
|
bind:getuserinfo="onGetUserInfo"
|
||||||
bind:launchapp="onLaunchApp"
|
bind:launchapp="onLaunchApp"
|
||||||
@ -496,6 +498,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
bind:click="onClick"
|
bind:click="onClick"
|
||||||
bind:contact="onContact"
|
bind:contact="onContact"
|
||||||
bind:error="onError"
|
bind:error="onError"
|
||||||
|
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:getphonenumber="onGetPhoneNumber"
|
bind:getphonenumber="onGetPhoneNumber"
|
||||||
bind:getuserinfo="onGetUserInfo"
|
bind:getuserinfo="onGetUserInfo"
|
||||||
bind:launchapp="onLaunchApp"
|
bind:launchapp="onLaunchApp"
|
||||||
@ -547,6 +550,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
bind:click="onClick"
|
bind:click="onClick"
|
||||||
bind:contact="onContact"
|
bind:contact="onContact"
|
||||||
bind:error="onError"
|
bind:error="onError"
|
||||||
|
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:getphonenumber="onGetPhoneNumber"
|
bind:getphonenumber="onGetPhoneNumber"
|
||||||
bind:getuserinfo="onGetUserInfo"
|
bind:getuserinfo="onGetUserInfo"
|
||||||
bind:launchapp="onLaunchApp"
|
bind:launchapp="onLaunchApp"
|
||||||
@ -749,6 +753,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
bind:click="onClick"
|
bind:click="onClick"
|
||||||
bind:contact="onContact"
|
bind:contact="onContact"
|
||||||
bind:error="onError"
|
bind:error="onError"
|
||||||
|
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:getphonenumber="onGetPhoneNumber"
|
bind:getphonenumber="onGetPhoneNumber"
|
||||||
bind:getuserinfo="onGetUserInfo"
|
bind:getuserinfo="onGetUserInfo"
|
||||||
bind:launchapp="onLaunchApp"
|
bind:launchapp="onLaunchApp"
|
||||||
@ -800,6 +805,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
bind:click="onClick"
|
bind:click="onClick"
|
||||||
bind:contact="onContact"
|
bind:contact="onContact"
|
||||||
bind:error="onError"
|
bind:error="onError"
|
||||||
|
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:getphonenumber="onGetPhoneNumber"
|
bind:getphonenumber="onGetPhoneNumber"
|
||||||
bind:getuserinfo="onGetUserInfo"
|
bind:getuserinfo="onGetUserInfo"
|
||||||
bind:launchapp="onLaunchApp"
|
bind:launchapp="onLaunchApp"
|
||||||
@ -1002,6 +1008,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
bind:click="onClick"
|
bind:click="onClick"
|
||||||
bind:contact="onContact"
|
bind:contact="onContact"
|
||||||
bind:error="onError"
|
bind:error="onError"
|
||||||
|
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:getphonenumber="onGetPhoneNumber"
|
bind:getphonenumber="onGetPhoneNumber"
|
||||||
bind:getuserinfo="onGetUserInfo"
|
bind:getuserinfo="onGetUserInfo"
|
||||||
bind:launchapp="onLaunchApp"
|
bind:launchapp="onLaunchApp"
|
||||||
@ -1053,6 +1060,7 @@ exports[`should render demo and match snapshot 1`] = `
|
|||||||
bind:click="onClick"
|
bind:click="onClick"
|
||||||
bind:contact="onContact"
|
bind:contact="onContact"
|
||||||
bind:error="onError"
|
bind:error="onError"
|
||||||
|
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||||
bind:getphonenumber="onGetPhoneNumber"
|
bind:getphonenumber="onGetPhoneNumber"
|
||||||
bind:getuserinfo="onGetUserInfo"
|
bind:getuserinfo="onGetUserInfo"
|
||||||
bind:launchapp="onLaunchApp"
|
bind:launchapp="onLaunchApp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user