<button class="refuse" @click="onRefuse">拒绝</button>
<button id="agree-btn" class="agree" open-type="agreePrivacyAuthorization" bindagreeprivacyauthorization="handleAgreePrivacyAuthorization" hover-class="hover-btn">同意</button>
点击同意就报这个警告
然后同意方法里面的逻辑都没有执行,请问各位大佬这是什么问题
@bindagreeprivacyauthorization