ant-move / Vant-Aliapp

支付宝小程序版本 Vant 组件库。
https://ant-move.github.io/vant-ailapp-docs/#/intro
115 stars 18 forks source link

van-dialog 节点,请确认 selector 及 context 是否正确,怎么解决 #25

Open chqsj opened 2 years ago

chqsj commented 2 years ago

Dialog.confirm({ selector: '#van-dialog', context: this, // 添加this指向 title: '标题', message: '弹窗内容' }).then(() => { // on confirm }).catch(() => { // on cancel });