// page.axml
// 传入插件的参数可参考下文中的参数说明
<get-coupon
onBeforeGetCoupon="onBeforeGetCoupon"
onGetCouponSuccess="onGetCouponSuccess"
onGetCouponFail="onGetCouponFail"
onUseImmediately="onUseImmediately"
onClose="onClose"
params="{{params}}"
dialogBtnType="{{dialogBtnType}}"
dialogBtnStyle="{{dialogBtnStyle}}"
zIndex="{{9998}}"
extraData="{{'Any Data'}}"
<!-- 内部为自定义代码,「按钮」代码写在这里 -->
<view class="text-button">领券</view>
</get-coupon>
我使用 这种方式 @close="onClose" 但不行 提示: 事件信息不存在
如何使用这插件?
试了好多种方式都不行
找过这种也不行 this.$scope.onBeforeGetCoupon = this.onBeforeGetCoupon.bind(this);
官文档
https://open.alipay.com/plugin/order-page?serviceCode=MP2021090600100574
2***@qq.com
解决了么 兄弟 能告知一下么
2022-05-11 11:08
1***@qq.com
我也遇到同样问题,头大
2022-06-01 18:09