标签:代码 title 插入代码 文件夹 src 提示 oda color confirm
在index文件夹下index.js文件下插入代码
wx.showModal({ title: ‘提示‘, content: ‘这是个窗‘, success:function(res){ if(res.confirm){ console.log("确定") } } })
实现弹窗
示例
标签:代码 title 插入代码 文件夹 src 提示 oda color confirm
原文地址:https://www.cnblogs.com/alinger/p/11526823.html