<van-popup show="{{ isDropDownPopup }}" position="bottom" custom-style="height: 20%;" bind:close="onClose" close-on-click-overlay="{{true}}" bind:click-overlay="clickoverlay" bind:after-leave="onClose" />`` onClose() { console.log(123); let that = this that.setData({ isDropDownPopup: false }); },
Vant Weapp 版本1.10.19
描述一下你遇到的问题。关闭函数 和遮罩层函数无法关闭 没有反应
重现步骤点击遮罩层无法关闭弹层
设备/浏览器微信原生小程序