ant-move / Vant-Aliapp

支付宝小程序版本 Vant 组件库。

Home Page:https://ant-move.github.io/vant-ailapp-docs/#/intro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

chqsj opened this issue · comments

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