小程序弹框

在index文件夹下index.js文件下插入代码

wx.showModal({
  title: '提示',
  content: '这是个窗',
  success:function(res){
    if(res.confirm){
      console.log("确定")
    }
   }
 })

实现弹窗   

示例

 

posted @ 2019-09-16 13:13  烬余录  阅读(80)  评论(0编辑  收藏  举报