let that= this
that.$dialog.confirm({
title: '提示',
message: '确定核销?'
}).then(() => {
console.log('你确定了核销')
}).catch(() => {
console.log('你取消了核销')
});
hql1024
发布了154 篇原创文章 · 获赞 1 · 访问量 2902
私信
关注
标签:私信,2902,console,VANT,核销,弹出,HTML,文章,log
来源: https://blog.csdn.net/hql1024/article/details/103967512