mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +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 }}"
|
||||
app-parameter="{{ appParameter }}"
|
||||
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
||||
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:click="onConfirm"
|
||||
bindgetuserinfo="onGetUserInfo"
|
||||
bindcontact="onContact"
|
||||
@ -107,6 +108,7 @@
|
||||
show-message-card="{{ showMessageCard }}"
|
||||
app-parameter="{{ appParameter }}"
|
||||
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
||||
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:click="onConfirm"
|
||||
bindgetuserinfo="onGetUserInfo"
|
||||
bindcontact="onContact"
|
||||
|
@ -25,6 +25,7 @@
|
||||
bindopensetting="onOpenSetting"
|
||||
bindgetuserinfo="onGetUserInfo"
|
||||
bindagreeprivacyauthorization="onAgreePrivacyAuthorization"
|
||||
bindgetRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bindgetphonenumber="onGetPhoneNumber"
|
||||
bindlaunchapp="onLaunchApp"
|
||||
>
|
||||
|
@ -161,6 +161,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:click="onClick"
|
||||
bind:contact="onContact"
|
||||
bind:error="onError"
|
||||
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:getphonenumber="onGetPhoneNumber"
|
||||
bind:getuserinfo="onGetUserInfo"
|
||||
bind:launchapp="onLaunchApp"
|
||||
@ -214,6 +215,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:click="onClick"
|
||||
bind:contact="onContact"
|
||||
bind:error="onError"
|
||||
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:getphonenumber="onGetPhoneNumber"
|
||||
bind:getuserinfo="onGetUserInfo"
|
||||
bind:launchapp="onLaunchApp"
|
||||
@ -496,6 +498,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:click="onClick"
|
||||
bind:contact="onContact"
|
||||
bind:error="onError"
|
||||
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:getphonenumber="onGetPhoneNumber"
|
||||
bind:getuserinfo="onGetUserInfo"
|
||||
bind:launchapp="onLaunchApp"
|
||||
@ -547,6 +550,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:click="onClick"
|
||||
bind:contact="onContact"
|
||||
bind:error="onError"
|
||||
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:getphonenumber="onGetPhoneNumber"
|
||||
bind:getuserinfo="onGetUserInfo"
|
||||
bind:launchapp="onLaunchApp"
|
||||
@ -749,6 +753,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:click="onClick"
|
||||
bind:contact="onContact"
|
||||
bind:error="onError"
|
||||
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:getphonenumber="onGetPhoneNumber"
|
||||
bind:getuserinfo="onGetUserInfo"
|
||||
bind:launchapp="onLaunchApp"
|
||||
@ -800,6 +805,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:click="onClick"
|
||||
bind:contact="onContact"
|
||||
bind:error="onError"
|
||||
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:getphonenumber="onGetPhoneNumber"
|
||||
bind:getuserinfo="onGetUserInfo"
|
||||
bind:launchapp="onLaunchApp"
|
||||
@ -1002,6 +1008,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:click="onClick"
|
||||
bind:contact="onContact"
|
||||
bind:error="onError"
|
||||
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:getphonenumber="onGetPhoneNumber"
|
||||
bind:getuserinfo="onGetUserInfo"
|
||||
bind:launchapp="onLaunchApp"
|
||||
@ -1053,6 +1060,7 @@ exports[`should render demo and match snapshot 1`] = `
|
||||
bind:click="onClick"
|
||||
bind:contact="onContact"
|
||||
bind:error="onError"
|
||||
bind:getRealTimePhoneNumber="onGetRealTimePhoneNumber"
|
||||
bind:getphonenumber="onGetPhoneNumber"
|
||||
bind:getuserinfo="onGetUserInfo"
|
||||
bind:launchapp="onLaunchApp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user