Skip to content

Commit

Permalink
fix(dialog): 修复隐私协议接口bindagreeprivacyauthorization回调信息丢失问题 (#2342)
Browse files Browse the repository at this point in the history
fix #2341
  • Loading branch information
ElanYoung authored Sep 2, 2023
1 parent 209825e commit 5bd9f7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/calendar/__test__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ exports[`calendar :base 1`] = `
data-extra=""
data-type=""
tClass=""
bind:agreeprivacyauthorization="onTplButtonTap"
bind:contact="onTplButtonTap"
bind:error="onTplButtonTap"
bind:getphonenumber="onTplButtonTap"
Expand Down
1 change: 1 addition & 0 deletions src/common/template/button.wxml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
bind:error="onTplButtonTap"
bind:opensetting="onTplButtonTap"
bind:launchapp="onTplButtonTap"
bind:agreeprivacyauthorization="onTplButtonTap"
aria-label="{{ariaLabel || ''}}"
>{{content}}</t-button
>
Expand Down

0 comments on commit 5bd9f7c

Please sign in to comment.