Wot Design Uni 版本号
^1.3.5
平台
微信小程序
复现Demo地址
1
重现步骤
<wd-button :disabled="!isAgree" custom-style="width:100%" :open-type="isAgree ? 'agreePrivacyAuthorization' : ''" @agreeprivacyauthorization="handleAgree"></wd-button>
期望的结果是什么?
<wd-button :disabled="!isAgree" custom-style="width:100%" open-type="agreePrivacyAuthorization' @agreeprivacyauthorization="handleAgree"></wd-button>
实际的结果是什么?
无法拦截
环境信息
No response
其他补充信息
No response