小程序弹框

时间:2019-09-16 13:41:51   收藏:0   阅读:103

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

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

实现弹窗   

示例

技术图片

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!