From 0ce554df4fff96e6b0041397078228e042a1b600 Mon Sep 17 00:00:00 2001 From: ElanYoung <991658923@qq.com> Date: Sat, 2 Sep 2023 11:58:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(dialog):=20=E4=BF=AE=E5=A4=8D=E9=9A=90?= =?UTF-8?q?=E7=A7=81=E5=8D=8F=E8=AE=AE=E6=8E=A5=E5=8F=A3bindagreeprivacyau?= =?UTF-8?q?thorization=E5=9B=9E=E8=B0=83=E4=BF=A1=E6=81=AF=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix #2341 --- src/calendar/__test__/__snapshots__/index.test.js.snap | 1 + src/common/template/button.wxml | 1 + 2 files changed, 2 insertions(+) diff --git a/src/calendar/__test__/__snapshots__/index.test.js.snap b/src/calendar/__test__/__snapshots__/index.test.js.snap index 684b613a6..030408ab7 100644 --- a/src/calendar/__test__/__snapshots__/index.test.js.snap +++ b/src/calendar/__test__/__snapshots__/index.test.js.snap @@ -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" diff --git a/src/common/template/button.wxml b/src/common/template/button.wxml index 75bafa682..76223e74e 100644 --- a/src/common/template/button.wxml +++ b/src/common/template/button.wxml @@ -33,6 +33,7 @@ bind:error="onTplButtonTap" bind:opensetting="onTplButtonTap" bind:launchapp="onTplButtonTap" + bind:agreeprivacyauthorization="onTplButtonTap" aria-label="{{ariaLabel || ''}}" >{{content}}