From 779f56471a09bd5998dd812926fb47ba8541228e Mon Sep 17 00:00:00 2001 From: qiang Date: Thu, 30 Jul 2020 18:14:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AE=9D=E5=B9=B3=E5=8F=B0v-for=E4=B8=AD=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E4=BA=8B=E4=BB=B6=E5=86=85=E4=BD=BF=E7=94=A8=E5=A4=8D?= =?UTF-8?q?=E6=9D=82=E8=A1=A8=E8=BE=BE=E5=BC=8F=E6=8A=A5=E9=94=99=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/mp-alipay/runtime/wrapper/util.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/platforms/mp-alipay/runtime/wrapper/util.js b/src/platforms/mp-alipay/runtime/wrapper/util.js index 7b35f4b03d..f385dd3577 100644 --- a/src/platforms/mp-alipay/runtime/wrapper/util.js +++ b/src/platforms/mp-alipay/runtime/wrapper/util.js @@ -128,10 +128,12 @@ export function triggerEvent (type, detail, options) { } const eventOpts = this.props['data-event-opts'] + const eventParams = this.props['data-event-params'] const target = { dataset: { - eventOpts + eventOpts, + eventParams } } -- GitLab