- 在html文件添加
<van-dialog id="van-dialog" />
-
- 在js文件dialog引入部分添加
Dialog.alert({ message: '弹窗内容', context:this // 添加this指向 }).then(() => { // on close });
小程序dialog
最新推荐文章于 2024-11-15 17:06:35 发布
<van-dialog id="van-dialog" />
Dialog.alert({ message: '弹窗内容', context:this // 添加this指向 }).then(() => { // on close });