diff --git a/src/platforms/mp-alipay/runtime/wrapper/util.js b/src/platforms/mp-alipay/runtime/wrapper/util.js index 7b35f4b03d45c659500f4e9f908a5b5bce76afae..f385dd357796b32a7ed8a1b6cd5e12072afc5387 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 } }